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