Uses of Class
org.knowm.xchange.coinbase.dto.marketdata.CoinbasePrice
Packages that use CoinbasePrice
-
Uses of CoinbasePrice in org.knowm.xchange.coinbase
Methods in org.knowm.xchange.coinbase that return CoinbasePriceModifier and TypeMethodDescriptionCoinbase.getBuyPrice
(BigDecimal quantity, String currency) Coinbase.getSellPrice
(BigDecimal quantity, String currency) Methods in org.knowm.xchange.coinbase with parameters of type CoinbasePriceModifier and TypeMethodDescriptionstatic Ticker
CoinbaseAdapters.adaptTicker
(CurrencyPair currencyPair, CoinbasePrice buyPrice, CoinbasePrice sellPrice, CoinbaseMoney spotRate, CoinbaseSpotPriceHistory coinbaseSpotPriceHistory)