Uses of Enum Class
org.knowm.xchange.bibox.dto.trade.BiboxOrderSide
Packages that use BiboxOrderSide
-
Uses of BiboxOrderSide in org.knowm.xchange.bibox.dto.trade
Methods in org.knowm.xchange.bibox.dto.trade that return BiboxOrderSideModifier and TypeMethodDescriptionstatic BiboxOrderSideBiboxOrderSide.fromInt(int orderSide) static BiboxOrderSideBiboxOrderSide.fromOrderType(Order.OrderType orderType) BiboxOrder.getOrderSide()BiboxOrderPendingListCommandBody.getOrderSide()static BiboxOrderSideReturns the enum constant of this class with the specified name.static BiboxOrderSide[]BiboxOrderSide.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 BiboxOrderSideConstructors in org.knowm.xchange.bibox.dto.trade with parameters of type BiboxOrderSideModifierConstructorDescriptionBiboxOrderPendingListCommandBody(String pair, BiboxAccountType accountType, int page, int size, String coinSymbol, String currencySymbol, BiboxOrderSide orderSide)