Uses of Enum Class
org.knowm.xchange.gateio.dto.GateioOrderType
Packages that use GateioOrderType
Package
Description
-
Uses of GateioOrderType in org.knowm.xchange.gateio
Methods in org.knowm.xchange.gateio with parameters of type GateioOrderTypeModifier and TypeMethodDescriptionstatic Order.OrderTypeGateioAdapters.adaptOrderType(GateioOrderType cryptoTradeOrderType) -
Uses of GateioOrderType in org.knowm.xchange.gateio.dto
Methods in org.knowm.xchange.gateio.dto that return GateioOrderTypeModifier and TypeMethodDescriptionstatic GateioOrderTypeReturns the enum constant of this class with the specified name.static GateioOrderType[]GateioOrderType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GateioOrderType in org.knowm.xchange.gateio.dto.marketdata
Methods in org.knowm.xchange.gateio.dto.marketdata that return GateioOrderType -
Uses of GateioOrderType in org.knowm.xchange.gateio.dto.trade
Methods in org.knowm.xchange.gateio.dto.trade that return GateioOrderTypeModifier and TypeMethodDescriptionGateioOrderStatus.BTEROrderStatusInfo.getType()GateioOrderStatus.getType()GateioTrade.getType()Methods in org.knowm.xchange.gateio.dto.trade with parameters of type GateioOrderType -
Uses of GateioOrderType in org.knowm.xchange.gateio.service
Methods in org.knowm.xchange.gateio.service with parameters of type GateioOrderTypeModifier and TypeMethodDescriptionGateioTradeServiceRaw.placeGateioLimitOrder(CurrencyPair currencyPair, GateioOrderType orderType, BigDecimal rate, BigDecimal amount) Submits a Limit Order to be executed on the Gateio Exchange for the desired market defined bycurrencyPair.