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 UserTrade
GateioAdapters.adaptUserTrade
(GateioTrade gateioTrade) Method parameters in org.knowm.xchange.gateio with type arguments of type GateioTradeModifier and TypeMethodDescriptionstatic UserTrades
GateioAdapters.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 TypeMethodDescriptionvoid
GateioTradeHistoryReturn.setTrades
(List<GateioTrade> trades) Constructor parameters in org.knowm.xchange.gateio.dto.trade with type arguments of type GateioTradeModifierConstructorDescriptionprotected
GateioTradeHistoryReturn
(boolean result, List<GateioTrade> trades, String message)