public class HuobiMarketDataServiceRaw extends HuobiBasePollingService
| Modifier | Constructor and Description |
|---|---|
protected |
HuobiMarketDataServiceRaw(com.xeiam.xchange.Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
Depth |
getHUOBIDepth(String symbol) |
OrderBookTAS |
getHUOBIDetail(String symbol) |
String[][] |
getHUOBIKline(String symbol,
String period) |
Ticker |
getHUOBITicker(String symbol) |
getExchangeSymbolsprotected HuobiMarketDataServiceRaw(com.xeiam.xchange.Exchange exchange)
public Ticker getHUOBITicker(String symbol) throws IOException
IOExceptionpublic Depth getHUOBIDepth(String symbol) throws IOException
IOExceptionpublic String[][] getHUOBIKline(String symbol, String period) throws IOException
IOExceptionpublic OrderBookTAS getHUOBIDetail(String symbol) throws IOException
IOExceptionCopyright © 2014–2015. All rights reserved.