Uses of Enum Class
org.knowm.xchange.bibox.dto.trade.BiboxAccountType
Packages that use BiboxAccountType
-
Uses of BiboxAccountType in org.knowm.xchange.bibox.dto.trade
Methods in org.knowm.xchange.bibox.dto.trade that return BiboxAccountTypeModifier and TypeMethodDescriptionstatic BiboxAccountTypeBiboxAccountType.fromInt(int accountType) BiboxOrder.getAccountType()BiboxOrderPendingListCommandBody.getAccountType()static BiboxAccountTypeReturns the enum constant of this class with the specified name.static BiboxAccountType[]BiboxAccountType.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 BiboxAccountTypeConstructors in org.knowm.xchange.bibox.dto.trade with parameters of type BiboxAccountTypeModifierConstructorDescriptionBiboxOrderPendingListCommandBody(String pair, BiboxAccountType accountType, int page, int size, String coinSymbol, String currencySymbol, BiboxOrderSide orderSide)