Uses of Class
org.knowm.xchange.gateio.dto.marketdata.GateioTradeHistory
-
Packages that use GateioTradeHistory Package Description org.knowm.xchange.gateio org.knowm.xchange.gateio.service -
-
Uses of GateioTradeHistory in org.knowm.xchange.gateio
Methods in org.knowm.xchange.gateio that return GateioTradeHistory Modifier and Type Method Description GateioTradeHistory
Gateio. getTradeHistory(String tradeableIdentifier, String currency)
GateioTradeHistory
Gateio. getTradeHistorySince(String tradeableIdentifier, String currency, String tradeId)
Methods in org.knowm.xchange.gateio with parameters of type GateioTradeHistory Modifier and Type Method Description static Trades
GateioAdapters. adaptTrades(GateioTradeHistory tradeHistory, CurrencyPair currencyPair)
-
Uses of GateioTradeHistory in org.knowm.xchange.gateio.service
Methods in org.knowm.xchange.gateio.service that return GateioTradeHistory Modifier and Type Method Description GateioTradeHistory
GateioMarketDataServiceRaw. getBTERTradeHistory(String tradeableIdentifier, String currency)
GateioTradeHistory
GateioMarketDataServiceRaw. getBTERTradeHistorySince(String tradeableIdentifier, String currency, String tradeId)
-