|
|
This documentation is now deprecated. Please switch to the IBKR Campus for up-to-date information regarding IBKR's API solutions. |
The historical tick's description. Used when requesting historical tick data with whatToShow = MIDPOINT. More...
Public Member Functions | |
HistoricalTick (long time, double price, decimal size) | |
Properties | |
long | Time [get, set] |
The UNIX timestamp of the historical tick. | |
double | Price [get, set] |
The historical tick price. | |
decimal | Size [get, set] |
The historical tick size. | |