Uses of Enum Class
org.knowm.xchange.bibox.dto.trade.BiboxOrderType
Packages that use BiboxOrderType
-
Uses of BiboxOrderType in org.knowm.xchange.bibox.dto.trade
Methods in org.knowm.xchange.bibox.dto.trade that return BiboxOrderTypeModifier and TypeMethodDescriptionstatic BiboxOrderTypeBiboxOrderType.fromInt(int orderType) BiboxOrder.getOrderType()static BiboxOrderTypeReturns the enum constant of this class with the specified name.static BiboxOrderType[]BiboxOrderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.knowm.xchange.bibox.dto.trade with parameters of type BiboxOrderType