Class CoinmateMarketDataServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.coinmate.service.CoinmateBaseService
org.knowm.xchange.coinmate.service.CoinmateMarketDataServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
CoinmateMarketDataService
public class CoinmateMarketDataServiceRaw extends CoinmateBaseService
- Author:
- Martin Stachon
-
Field Summary
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description CoinmateMarketDataServiceRaw(Exchange exchange)
-
Method Summary
Modifier and Type Method Description CoinmateQuickRate
getCoinmateBuyQuickRate(BigDecimal total, String currencyPair)
CoinmateOrderBook
getCoinmateOrderBook(String currencyPair, boolean groupByPriceLimit)
CoinmateQuickRate
getCoinmateSellQuickRate(BigDecimal amount, String currencyPair)
CoinmateTicker
getCoinmateTicker(String currencyPair)
CoinmateTransactions
getCoinmateTransactions(int minutesIntoHistory, String currencyPair)
Methods inherited from class org.knowm.xchange.coinmate.service.CoinmateBaseService
throwExceptionIfError
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
CoinmateMarketDataServiceRaw
-
-
Method Details
-
getCoinmateTicker
- Throws:
IOException
-
getCoinmateOrderBook
public CoinmateOrderBook getCoinmateOrderBook(String currencyPair, boolean groupByPriceLimit) throws IOException- Throws:
IOException
-
getCoinmateTransactions
public CoinmateTransactions getCoinmateTransactions(int minutesIntoHistory, String currencyPair) throws IOException- Throws:
IOException
-
getCoinmateBuyQuickRate
public CoinmateQuickRate getCoinmateBuyQuickRate(BigDecimal total, String currencyPair) throws IOException- Throws:
IOException
-
getCoinmateSellQuickRate
public CoinmateQuickRate getCoinmateSellQuickRate(BigDecimal amount, String currencyPair) throws IOException- Throws:
IOException
-