Interface HistoricalTickBidAsk

The historical tick's description.

Used when requesting historical tick data with whatToShow = BID_ASK.

Hierarchy

  • HistoricalTickBidAsk

Properties

priceAsk?: number

The ask price of the historical tick.

priceBid?: number

The bid price of the historical tick.

sizeAsk?: number

The ask size of the historical tick.

sizeBid?: number

The bid size of the historical tick.

tickAttribBidAsk?: TickAttribBidAsk

Tick attribs of historical bid/ask tick.

time?: number

The UNIX timestamp of the historical tick.

Generated using TypeDoc