Interface | Description |
---|---|
HistoricalBase |
Interface for HistoricalData.
|
Class | Description |
---|---|
ConversionType |
Object equivalent to the 'ConversionType' json object returned by the
Historical OHLCV end point.
|
HistoricalDaily |
Historical data class that is equivalent to the json object returned by the
Historical Daily OHLCV end point.
|
HistoricalData |
Historical data super/factory class for HistoricalDaily, HistoricalHourly,
and HistoricalMinute.
|
HistoricalHourly |
Historical data class that is equivalent to the json object returned by the
Historical Hourly OHLCV end point.
|
HistoricalMinute |
Historical data class that is equivalent to the json object returned by the
Historical Minute OHLCV end point.
|
TimestampedData |
Object equivalent to the json array elements returned by the
Historical OHLCV end point.
|