Class CoinMarketCapTicker
java.lang.Object
org.knowm.xchange.coinmarketcap.deprecated.v2.dto.marketdata.CoinMarketCapTicker
public final class CoinMarketCapTicker extends Object
- Author:
- allenday
-
Method Summary
Modifier and Type Method Description CoinMarketCapCurrency
getBaseCurrency()
BigDecimal
getCirculatingSupply()
String
getID()
Date
getLastUpdated()
BigDecimal
getMaxSupply()
String
getName()
Map<String,CoinMarketCapQuote>
getQuotes()
BigDecimal
getRank()
String
getSymbol()
BigDecimal
getTotalSupply()
String
getWebsiteSlug()
String
toString()