Uses of Class
org.knowm.xchange.poloniex.dto.trade.PoloniexOrderFlags
-
Packages that use PoloniexOrderFlags Package Description org.knowm.xchange.poloniex.dto.trade org.knowm.xchange.poloniex.service -
-
Uses of PoloniexOrderFlags in org.knowm.xchange.poloniex.dto.trade
Methods in org.knowm.xchange.poloniex.dto.trade that return PoloniexOrderFlags Modifier and Type Method Description static PoloniexOrderFlagsPoloniexOrderFlags. valueOf(String name)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 PoloniexOrderFlags Modifier and Type Method Description PoloniexMoveResponsePoloniexTradeServiceRaw. move(String orderId, BigDecimal originalAmount, BigDecimal limitPrice, PoloniexOrderFlags flag)
-