undefined

HistoricalTickLast Class Reference

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

Public Member Functions
HistoricalTickLast (long time, TickAttribLast tickAttribLast, double price, long 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.
long 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]

Detailed Description

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

See Also

EClient, EWrapper