Package org.knowm.xchange.gateio.service
Class GateioMarketDataServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.gateio.service.GateioBaseService
org.knowm.xchange.gateio.service.GateioMarketDataServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
GateioMarketDataService
public class GateioMarketDataServiceRaw extends GateioBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.gateio.service.GateioBaseService
apiKey, bter, signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description GateioMarketDataServiceRaw(Exchange exchange)
Constructor -
Method Summary
Modifier and Type Method Description Map<CurrencyPair,GateioMarketInfoWrapper.GateioMarketInfo>
getBTERMarketInfo()
GateioDepth
getBTEROrderBook(String tradeableIdentifier, String currency)
GateioTicker
getBTERTicker(String tradableIdentifier, String currency)
GateioTradeHistory
getBTERTradeHistory(String tradeableIdentifier, String currency)
GateioTradeHistory
getBTERTradeHistorySince(String tradeableIdentifier, String currency, String tradeId)
List<Instrument>
getExchangeSymbols()
GateioCoinInfoWrapper
getGateioCoinInfo()
Map<CurrencyPair,GateioDepth>
getGateioDepths()
Map<String,GateioFeeInfo>
getGateioFees()
Map<CurrencyPair,Ticker>
getGateioTickers()
List<GateioKline>
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
-
getBTERMarketInfo
public Map<CurrencyPair,GateioMarketInfoWrapper.GateioMarketInfo> getBTERMarketInfo() throws IOException- Throws:
IOException
-
getGateioCoinInfo
- Throws:
IOException
-
getGateioFees
- Throws:
IOException
-
getGateioTickers
- Throws:
IOException
-
getGateioDepths
- Throws:
IOException
-
getBTERTicker
- Throws:
IOException
-
getBTEROrderBook
public GateioDepth getBTEROrderBook(String tradeableIdentifier, String currency) throws IOException- 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
-