IIntradayBar
Intraday bar field set interface. Returned by the [[getIntraday]] method.
Extends
Properties
Alternative cumulative volume that does not include volume for trades with no trade price.
This bar has regular trade(s).
If `false`, no trades in this bar set the last trade price so `open`,`high`,`low`,`close` are null.
open: Rational | null
Open price at the start of the bar.
high: Rational | null
High price in the bar.
low: Rational | null
Low price in the bar.
close: Rational | null
Close price at the end of the bar.
Number of ticks in the bar.
Symbol the response applies to.
Date and time of the start of the period covered by this field set.
Read the dates as localtime, but they are in the timezone for the exchange.
Also in this Section