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
public class HuobiMarketDataServiceRaw extends HuobiBaseService
-
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
Constructors Constructor Description HuobiMarketDataServiceRaw(Exchange exchange)
-
Method Summary
Modifier and Type Method Description HuobiAllTicker[]
getHuobiAllTickers()
HuobiAssetPair[]
getHuobiAssetPairs()
HuobiCurrencyWrapper[]
getHuobiCurrencies(String currency)
HuobiDepth
getHuobiDepth(CurrencyPair currencyPair, String depthType)
HuobiTicker
getHuobiTicker(CurrencyPair currencyPair)
HuobiTradeWrapper[]
getHuobiTrades(CurrencyPair currencyPair, int size)
HuobiKline[]
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
-