Package org.knowm.xchange.bitz.service
Class BitZMarketDataServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.bitz.service.BitZBaseService
org.knowm.xchange.bitz.service.BitZMarketDataServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
BitZMarketDataService
public class BitZMarketDataServiceRaw extends BitZBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.bitz.service.BitZBaseService
bitz
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description BitZMarketDataServiceRaw(Exchange exchange)
-
Method Summary
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
BitZMarketDataServiceRaw
-
-
Method Details
-
getBitZTickerAll
- Throws:
IOException
-
getBitZTicker
- Throws:
IOException
-
getBitZOrders
- Throws:
IOException
-
getBitZTrades
- Throws:
IOException
-
getBitZKline
- Throws:
IOException
-
getCoinRate
public Map<Currency,Map<Currency,BigDecimal>> getCoinRate(CurrencyPair... currencyPairs) throws IOException- Parameters:
currencyPairs
-- Returns:
- Throws:
IOException
-
getKline
public BitZKline getKline(CurrencyPair currencyPair, BitZKlineResolution resolution, Integer size, String microsecond) throws IOExceptionGet Kline data- Parameters:
currencyPair
-resolution
-size
-microsecond
-- Returns:
- Throws:
IOException
-
getTicker
Get the Ticker data- Parameters:
currencyPair
-- Returns:
- Throws:
IOException
-
getTickerAll
Get the price of all symbol- Parameters:
currencyPairs
-- Returns:
- Throws:
IOException
-
getDepth
Get depth data- Parameters:
currencyPair
-- Throws:
IOException
-
getOrder
Get the order- Parameters:
currencyPair
-- Returns:
- Throws:
IOException
-
getSymbolList
获取每种交易对的信息- Parameters:
currencyPairs
-- Throws:
IOException
-
getCurrencyRate
public Map<String,BitZCurrencyRate> getCurrencyRate(CurrencyPair... currencyPairs) throws IOException获取当前法币汇率信息- Parameters:
currencyPairs
-- Returns:
- Throws:
IOException
-
getCurrencyCoinRate
public Map<Currency,Map<Currency,BigDecimal>> getCurrencyCoinRate(CurrencyPair... currencyPairs) throws IOException获取虚拟货币法币汇率信息- Parameters:
currencyPairs
-- Returns:
- Throws:
IOException
-