Uses of Class
org.knowm.xchange.coinmate.dto.marketdata.CoinmateQuickRate
Packages that use CoinmateQuickRate
-
Uses of CoinmateQuickRate in org.knowm.xchange.coinmate
Methods in org.knowm.xchange.coinmate that return CoinmateQuickRateModifier and TypeMethodDescriptionCoinmate.getBuyQuickRate
(BigDecimal total, String currencyPair) Coinmate.getSellQuickRate
(BigDecimal amount, String currencyPair) -
Uses of CoinmateQuickRate in org.knowm.xchange.coinmate.service
Methods in org.knowm.xchange.coinmate.service that return CoinmateQuickRateModifier and TypeMethodDescriptionCoinmateMarketDataServiceRaw.getCoinmateBuyQuickRate
(BigDecimal total, String currencyPair) CoinmateMarketDataServiceRaw.getCoinmateSellQuickRate
(BigDecimal amount, String currencyPair)