Uses of Class
org.knowm.xchange.coinbase.dto.marketdata.CoinbaseSpotPriceHistory
-
Packages that use CoinbaseSpotPriceHistory Package Description org.knowm.xchange.coinbase org.knowm.xchange.coinbase.dto.marketdata -
-
Uses of CoinbaseSpotPriceHistory in org.knowm.xchange.coinbase
Methods in org.knowm.xchange.coinbase with parameters of type CoinbaseSpotPriceHistory Modifier and Type Method Description static TickerCoinbaseAdapters. adaptTicker(CurrencyPair currencyPair, CoinbasePrice buyPrice, CoinbasePrice sellPrice, CoinbaseMoney spotRate, CoinbaseSpotPriceHistory coinbaseSpotPriceHistory) -
Uses of CoinbaseSpotPriceHistory in org.knowm.xchange.coinbase.dto.marketdata
Methods in org.knowm.xchange.coinbase.dto.marketdata that return CoinbaseSpotPriceHistory Modifier and Type Method Description static CoinbaseSpotPriceHistoryCoinbaseSpotPriceHistory. fromRawString(String spotPriceHistoryString)
-