Class CoinbaseHistoricalSpotPrice
- java.lang.Object
-
- org.knowm.xchange.coinbase.dto.marketdata.CoinbaseHistoricalSpotPrice
-
- All Implemented Interfaces:
Comparable<CoinbaseHistoricalSpotPrice>
public class CoinbaseHistoricalSpotPrice extends Object implements Comparable<CoinbaseHistoricalSpotPrice>
- Author:
- jamespedwards42
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(CoinbaseHistoricalSpotPrice o)BigDecimalgetSpotRate()DategetTimestamp()StringtoString()
-
-
-
Method Detail
-
getTimestamp
public Date getTimestamp()
-
getSpotRate
public BigDecimal getSpotRate()
-
compareTo
public int compareTo(CoinbaseHistoricalSpotPrice o)
- Specified by:
compareToin interfaceComparable<CoinbaseHistoricalSpotPrice>
-
-