C# Class VelocityDBSchema.Forex.ForexDom

Inheritance: OptimizedPersistable
显示文件 Open project: VelocityDB/VelocityDB

Public Methods

Method Description
ForexDom ( double price, double volume, int stepsAboveOrBelow, BidOrAsk type, ForexTick ticket ) : System

Method Details

ForexDom() public method

public ForexDom ( double price, double volume, int stepsAboveOrBelow, BidOrAsk type, ForexTick ticket ) : System
price double
volume double
stepsAboveOrBelow int
type BidOrAsk
ticket ForexTick
return System