• C#
  • Java
  • VB
  • C++
  • Python
Contact us
HistoricalTickBidAsk Class Reference

The historical tick's description. Used when requesting historical tick data with whatToShow = BID_ASK. More...

Public Member Functions

 HistoricalTickBidAsk (long time, TickAttribBidAsk tickAttribBidAsk, double priceBid, double priceAsk, decimal sizeBid, decimal sizeAsk)
 

Properties

long Time [get, set]
 The UNIX timestamp of the historical tick.
 
TickAttribBidAsk TickAttribBidAsk [get, set]
 Tick attribs of historical bid/ask tick.
 
double PriceBid [get, set]
 The bid price of the historical tick.
 
double PriceAsk [get, set]
 The ask price of the historical tick.
 
decimal SizeBid [get, set]
 The bid size of the historical tick.
 
decimal SizeAsk [get, set]
 The ask size of the historical tick.
 

Detailed Description

The historical tick's description. Used when requesting historical tick data with whatToShow = BID_ASK.

See Also
EClient, EWrapper