The historical tick's description. Used when requesting historical tick data with whatToShow = BID_ASK.
More...
|
| HistoricalTickBidAsk (long time, TickAttribBidAsk tickAttribBidAsk, double priceBid, double priceAsk, decimal sizeBid, decimal sizeAsk) |
|
|
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.
|
|
The historical tick's description. Used when requesting historical tick data with whatToShow = BID_ASK.
- See Also
- EClient, EWrapper