Uses of Class
org.knowm.xchange.bibox.dto.trade.BiboxOrderStatus
-
Packages that use BiboxOrderStatus Package Description org.knowm.xchange.bibox.dto.trade -
-
Uses of BiboxOrderStatus in org.knowm.xchange.bibox.dto.trade
Methods in org.knowm.xchange.bibox.dto.trade that return BiboxOrderStatus Modifier and Type Method Description static BiboxOrderStatus
BiboxOrderStatus. fromInt(int orderStatus)
BiboxOrderStatus
BiboxOrder. getStatus()
static BiboxOrderStatus
BiboxOrderStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static BiboxOrderStatus[]
BiboxOrderStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.bibox.dto.trade with parameters of type BiboxOrderStatus Modifier and Type Method Description void
BiboxOrder. setStatus(BiboxOrderStatus status)
-