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