Interface HistoricalTickLast

The historical last tick's description.

Used when requesting historical tick data with whatToShow = TRADES.

Hierarchy

  • HistoricalTickLast

Properties

exchange?: string

The source exchange of the historical tick.

price?: number

The last price of the historical tick.

size?: number

The last size of the historical tick.

specialConditions?: string

The conditions of the historical tick.

Refer to Trade Conditions page for more details: https://www.interactivebrokers.com/en/index.php?f=7235.

tickAttribBidAsk?: TickAttribBidAsk

Tick attribs of historical last tick.

time?: number

The UNIX timestamp of the historical tick.

Generated using TypeDoc