Package org.knowm.xchange.huobi.service
Class HuobiMarketDataServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.huobi.service.HuobiBaseService
org.knowm.xchange.huobi.service.HuobiMarketDataServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
HuobiMarketDataService
-
Field Summary
Fields inherited from class org.knowm.xchange.huobi.service.HuobiBaseService
huobi, signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHuobiCurrencies
(String currency) getHuobiDepth
(CurrencyPair currencyPair, String depthType) getHuobiTicker
(CurrencyPair currencyPair) getHuobiTrades
(CurrencyPair currencyPair, int size) getKlines
(CurrencyPair pair, KlineInterval interval, Integer limit) Methods inherited from class org.knowm.xchange.huobi.service.HuobiBaseService
checkResult, checkResult, getHuobiAssets
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
HuobiMarketDataServiceRaw
-
-
Method Details
-
getHuobiTicker
- Throws:
IOException
-
getHuobiAllTickers
- Throws:
IOException
-
getHuobiAssetPairs
- Throws:
IOException
-
getHuobiDepth
- Throws:
IOException
-
getHuobiTrades
- Throws:
IOException
-
getKlines
public HuobiKline[] getKlines(CurrencyPair pair, KlineInterval interval, Integer limit) throws IOException - Throws:
IOException
-
getHuobiCurrencies
- Throws:
IOException
-