Interface Bar

The historical data bar's description.

Hierarchy

  • Bar

Properties

WAP?: number

The bar's Weighted Average Price (only available for TRADES).

close?: number

The bar's close price.

count?: number

The number of trades during the bar's timespan (only available for TRADES).

high?: number

The bar's high price.

low?: number

The bar's low price.

open?: number

The bar's open price.

time?: string

The bar's date and time (either as a yyyymmss hh:mm:ss formatted string or as system time according to the request).

Time zone is the TWS time zone chosen on login.

volume?: number

The bar's traded volume if available (only available for TRADES).

Generated using TypeDoc