Uses of Enum
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 BiboxOrderSide
BiboxOrderSide.fromInt
(int orderSide) static BiboxOrderSide
BiboxOrderSide.fromOrderType
(Order.OrderType orderType) BiboxOrder.getOrderSide()
BiboxOrderPendingListCommandBody.getOrderSide()
static BiboxOrderSide
Returns the enum constant of this type with the specified name.static BiboxOrderSide[]
BiboxOrderSide.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 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)