CryptoBase
, CryptoBaseExchange
, HistoricalBase
public class HistoricalDaily extends HistoricalData
TimestampedData
Modifier and Type | Method | Description |
---|---|---|
TimestampedData |
getDataAtTime(long timestamp) |
gets the TimestampedData with unix timestamp equal to unixTimestamp.
If the unixTimestamp is in between two unix timestamps then the latter TimestampedData is returned. |
dataToString, generateHistoDaily, generateHistoHourly, generateHistoMinute, getAggregate, getConversionType, getCurrencyFrom, getCurrencyTo, getDataStream, getExchange, getLastUnixTimestamp, getLimit, getResponse, getTimeFrom, getTimeTo, getType, getURL, isAggregated, isFirstValueInArray, setAggregate, setCurrencyFrom, setCurrencyTo, setExchange, setLastUnixTimestamp, setLimit, update
public TimestampedData getDataAtTime(long timestamp) throws TimestampOutOfBoundsException
HistoricalBase
getDataAtTime
in interface HistoricalBase
getDataAtTime
in class HistoricalData
timestamp
- unix timestamp of TimestampedData to getTimestampOutOfBoundsException
TimestampedData