See: Description
Class | Description |
---|---|
OHLC |
A data record containing open-high-low-close data (immutable).
|
OHLCItem |
An item representing data in the form
(time-period, open, high, low,
close) . |
OHLCSeries |
A list of (
RegularTimePeriod , open, high, low, close) data items. |
OHLCSeriesCollection |
A collection of
OHLCSeries objects. |