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) |
getExchangeSymbols
protected HuobiMarketDataServiceRaw(com.xeiam.xchange.Exchange exchange)
public Ticker getHUOBITicker(String symbol) throws IOException
IOException
public Depth getHUOBIDepth(String symbol) throws IOException
IOException
public String[][] getHUOBIKline(String symbol, String period) throws IOException
IOException
public OrderBookTAS getHUOBIDetail(String symbol) throws IOException
IOException
Copyright © 2014–2015. All rights reserved.