Uses of Class
org.knowm.xchange.gateio.dto.trade.GateioTrade
Packages that use GateioTrade
-
Uses of GateioTrade in org.knowm.xchange.gateio
Methods in org.knowm.xchange.gateio with parameters of type GateioTradeModifier and TypeMethodDescriptionstatic UserTradeGateioAdapters.adaptUserTrade(GateioTrade gateioTrade) Method parameters in org.knowm.xchange.gateio with type arguments of type GateioTradeModifier and TypeMethodDescriptionstatic UserTradesGateioAdapters.adaptUserTrades(List<GateioTrade> userTrades) -
Uses of GateioTrade in org.knowm.xchange.gateio.dto.trade
Methods in org.knowm.xchange.gateio.dto.trade that return types with arguments of type GateioTradeMethod parameters in org.knowm.xchange.gateio.dto.trade with type arguments of type GateioTradeModifier and TypeMethodDescriptionvoidGateioTradeHistoryReturn.setTrades(List<GateioTrade> trades) Constructor parameters in org.knowm.xchange.gateio.dto.trade with type arguments of type GateioTradeModifierConstructorDescriptionprotectedGateioTradeHistoryReturn(boolean result, List<GateioTrade> trades, String message)