Class HitbtcMarketDataServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.hitbtc.v2.service.HitbtcBaseService
org.knowm.xchange.hitbtc.v2.service.HitbtcMarketDataServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
HitbtcMarketDataService
public class HitbtcMarketDataServiceRaw extends HitbtcBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.hitbtc.v2.service.HitbtcBaseService
hitbtc
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description HitbtcMarketDataServiceRaw(Exchange exchange)
-
Method Summary
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
HitbtcMarketDataServiceRaw
-
-
Method Details
-
getHitbtcSymbols
- Throws:
IOException
-
getHitbtcCurrencies
- Throws:
IOException
-
getHitbtcCurrency
- Throws:
IOException
-
getHitbtcTickers
- Throws:
IOException
-
getHitbtcTicker
- Throws:
IOException
-
getHitbtcOrderBook
- Throws:
IOException
-
getHitbtcOrderBook
public HitbtcOrderBook getHitbtcOrderBook(CurrencyPair currencyPair, Integer limit) throws IOException- Throws:
IOException
-
getHitbtcTrades
- Throws:
IOException
-
getHitbtcTrades
public List<HitbtcTrade> getHitbtcTrades(CurrencyPair currencyPair, long from, HitbtcTrade.HitbtcTradesSortField sortBy, HitbtcSort sortDirection, long startIndex, long maxResults, long offset) throws IOException- Throws:
IOException
-
getHitbtcTrades
public List<HitbtcTrade> getHitbtcTrades(CurrencyPair currencyPair, long from, HitbtcTrade.HitbtcTradesSortField sortBy, HitbtcSort sortDirection, long maxResults) throws IOException- Throws:
IOException
-
getHitbtcCandles
public List<HitbtcCandle> getHitbtcCandles(CurrencyPair currencyPair, int limit, String period) throws IOException- Throws:
IOException
-
getHitbtcCandles
public List<HitbtcCandle> getHitbtcCandles(CurrencyPair currencyPair, int limit, String period, String sort) throws IOException- Throws:
IOException
-
getHitbtcCandles
public List<HitbtcCandle> getHitbtcCandles(CurrencyPair currencyPair, int limit, String period, Date from, Date till, String sort) throws IOException- Throws:
IOException
-
getHitbtcCandles
public List<HitbtcCandle> getHitbtcCandles(CurrencyPair currencyPair, int limit, String period, int offset, String sort) throws IOException- Throws:
IOException
-