Package org.knowm.xchange.coingi.service
Class CoingiMarketDataServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.coingi.service.CoingiBaseService
org.knowm.xchange.coingi.service.CoingiMarketDataServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
CoingiMarketDataService
public class CoingiMarketDataServiceRaw extends CoingiBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.coingi.service.CoingiBaseService
signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Modifier Constructor Description protected
CoingiMarketDataServiceRaw(Exchange exchange)
-
Method Summary
Modifier and Type Method Description CoingiOrderBook
getCoingiOrderBook(CurrencyPair currencyPair, int maxAskCount, int maxBidCount, int maxDepthRangeCount)
List<CoingiTicker>
getTickers(CurrencyPair currencyPair, Integer aggregationIntervalSize, int maxCount)
List<CoingiTransaction>
getTransactions(CurrencyPair currencyPair, int maxCount)
Methods inherited from class org.knowm.xchange.coingi.service.CoingiBaseService
handleAuthentication
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
CoingiMarketDataServiceRaw
-
-
Method Details
-
getCoingiOrderBook
public CoingiOrderBook getCoingiOrderBook(CurrencyPair currencyPair, int maxAskCount, int maxBidCount, int maxDepthRangeCount) throws IOException- Throws:
IOException
-
getTransactions
public List<CoingiTransaction> getTransactions(CurrencyPair currencyPair, int maxCount) throws IOException- Throws:
IOException
-
getTickers
public List<CoingiTicker> getTickers(CurrencyPair currencyPair, Integer aggregationIntervalSize, int maxCount) throws IOException- Throws:
IOException
-