Uses of Enum Class
org.knowm.xchange.poloniex.dto.trade.PoloniexOrderFlags
Packages that use PoloniexOrderFlags
-
Uses of PoloniexOrderFlags in org.knowm.xchange.poloniex.dto.trade
Methods in org.knowm.xchange.poloniex.dto.trade that return PoloniexOrderFlagsModifier and TypeMethodDescriptionstatic PoloniexOrderFlagsReturns the enum constant of this class with the specified name.static PoloniexOrderFlags[]PoloniexOrderFlags.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PoloniexOrderFlags in org.knowm.xchange.poloniex.service
Methods in org.knowm.xchange.poloniex.service with parameters of type PoloniexOrderFlagsModifier and TypeMethodDescriptionPoloniexTradeServiceRaw.move(String orderId, BigDecimal originalAmount, BigDecimal limitPrice, PoloniexOrderFlags flag)