Uses of Class
org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderFlags
-
Packages that use BitfinexOrderFlags Package Description org.knowm.xchange.bitfinex.v1.dto.trade -
-
Uses of BitfinexOrderFlags in org.knowm.xchange.bitfinex.v1.dto.trade
Methods in org.knowm.xchange.bitfinex.v1.dto.trade that return BitfinexOrderFlags Modifier and Type Method Description static BitfinexOrderFlagsBitfinexOrderFlags. valueOf(String name)Returns the enum constant of this type with the specified name.static BitfinexOrderFlags[]BitfinexOrderFlags. values()Returns an array containing the constants of this enum type, in the order they are declared.
-