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

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.
 

Detailed Description

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

See Also
EClient, EWrapper