Uses of Class
org.knowm.xchange.gateio.dto.marketdata.GateioPublicOrder
Packages that use GateioPublicOrder
-
Uses of GateioPublicOrder in org.knowm.xchange.gateio
Methods in org.knowm.xchange.gateio with parameters of type GateioPublicOrderModifier and TypeMethodDescriptionstatic LimitOrder
GateioAdapters.adaptOrder
(GateioPublicOrder order, CurrencyPair currencyPair, Order.OrderType orderType) Method parameters in org.knowm.xchange.gateio with type arguments of type GateioPublicOrderModifier and TypeMethodDescriptionstatic List<LimitOrder>
GateioAdapters.adaptOrders
(List<GateioPublicOrder> orders, CurrencyPair currencyPair, Order.OrderType orderType) -
Uses of GateioPublicOrder in org.knowm.xchange.gateio.dto.marketdata
Methods in org.knowm.xchange.gateio.dto.marketdata that return types with arguments of type GateioPublicOrder