![]() |
|
|
This documentation is now deprecated. Please switch to the IBKR Campus for up-to-date information regarding IBKR's API solutions. |
The historical last tick's description. Used when requesting historical tick data with whatToShow = TRADES. More...
Public Member Functions | |
| HistoricalTickLast (long time, TickAttribLast tickAttribLast, double price, decimal size, string exchange, string specialConditions) | |
Properties | |
| long | Time [get, set] |
| The UNIX timestamp of the historical tick. | |
| TickAttribLast | TickAttribLast [get, set] |
| Tick attribs of historical last tick. | |
| double | Price [get, set] |
| The last price of the historical tick. | |
| decimal | Size [get, set] |
| The last size of the historical tick. | |
| string | Exchange [get, set] |
| The source exchange of the historical tick. | |
| string | SpecialConditions [get, set] |
| The conditions of the historical tick. Refer to Trade Conditions page for more details: https://www.interactivebrokers.com/en/index.php?f=7235. | |