Uses of Enum
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 PoloniexOrderFlags
Returns the enum constant of this type with the specified name.static PoloniexOrderFlags[]
PoloniexOrderFlags.values()
Returns an array containing the constants of this enum type, 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)