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

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.
 

Detailed Description

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

See Also
EClient, EWrapper