Package org.knowm.xchange.gateio.service
Class GateioMarketDataServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService<GateioExchange>
org.knowm.xchange.gateio.service.GateioBaseService
org.knowm.xchange.gateio.service.GateioMarketDataServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
GateioMarketDataService
-
Field Summary
Fields inherited from class org.knowm.xchange.gateio.service.GateioBaseService
apiKey, gateio, gateioAuthenticated, signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBTEROrderBook
(String tradeableIdentifier, String currency) getBTERTicker
(String tradableIdentifier, String currency) getBTERTradeHistory
(String tradeableIdentifier, String currency) getBTERTradeHistorySince
(String tradeableIdentifier, String currency, String tradeId) getKlines
(CurrencyPair pair, GateioKlineInterval interval, Integer hours) Methods inherited from class org.knowm.xchange.gateio.service.GateioBaseService
getApiKey, handleResponse
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
GateioMarketDataServiceRaw
Constructor- Parameters:
exchange
-
-
-
Method Details
-
getGateioMarketInfo
public Map<CurrencyPair,GateioMarketInfoWrapper.GateioMarketInfo> getGateioMarketInfo() throws IOException- Throws:
IOException
-
getGateioCoinInfo
- Throws:
IOException
-
getGateioFees
- Throws:
IOException
-
getGateioTickers
- Throws:
IOException
-
getGateioDepths
- Throws:
IOException
-
getBTERTicker
- Throws:
IOException
-
getBTEROrderBook
- Throws:
IOException
-
getBTERTradeHistory
public GateioTradeHistory getBTERTradeHistory(String tradeableIdentifier, String currency) throws IOException - Throws:
IOException
-
getBTERTradeHistorySince
public GateioTradeHistory getBTERTradeHistorySince(String tradeableIdentifier, String currency, String tradeId) throws IOException - Throws:
IOException
-
getExchangeSymbols
- Throws:
IOException
-
getKlines
public List<GateioKline> getKlines(CurrencyPair pair, GateioKlineInterval interval, Integer hours) throws IOException - Throws:
IOException
-