Quote(DateTime, Byte, Int32, Double, Int32, Double, Int32) Constructor

Initializes a new instance of the Quote class.
public Quote( 
DateTime dateTime
byte providerId
int instrumentId
double bidPrice
int bidSize
double askPrice
int askSize 
)
This language is not supported or no code example is available.
public:  
Quote( 
DateTime dateTime
Byte providerId
int instrumentId
double bidPrice
int bidSize
double askPrice
int askSize 
)
This language is not supported or no code example is available.
public function Quote( 
dateTime : DateTime
providerId : byte
instrumentId : int
bidPrice : double
bidSize : int
askPrice : double
askSize : int 
);
This language is not supported or no code example is available.

Parameters

dateTime
DateTime

The date time.

providerId
byte

The provider identifier.

instrumentId
int

The instrument identifier.

bidPrice
double

The bid price.

bidSize
int

Size of the bid.

askPrice
double

The ask price.

askSize
int

Size of the ask.

In this article

Definition