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
- Author:
- Martin Stachon
-
Field Summary
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCoinmateBuyQuickRate
(BigDecimal total, String currencyPair) getCoinmateOrderBook
(String currencyPair, boolean groupByPriceLimit) getCoinmateSellQuickRate
(BigDecimal amount, String currencyPair) getCoinmateTicker
(String currencyPair) 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
-
getCoinmateTickers
- 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
-