| Package | Description |
|---|---|
| cryptos.historical |
| Modifier and Type | Method | Description |
|---|---|---|
TimestampedData |
HistoricalBase.getDataAtTime(long unixTimestamp) |
gets the TimestampedData with unix timestamp equal to unixTimestamp.
If the unixTimestamp is in between two unix timestamps then the latter TimestampedData is returned. |
TimestampedData |
HistoricalDaily.getDataAtTime(long timestamp) |
|
abstract TimestampedData |
HistoricalData.getDataAtTime(long timestamp) |
|
TimestampedData |
HistoricalHourly.getDataAtTime(long timestamp) |
|
TimestampedData |
HistoricalMinute.getDataAtTime(long timestamp) |