Uses of Enum Class
org.knowm.xchange.bybit.dto.account.walletbalance.BybitAccountType
Packages that use BybitAccountType
Package
Description
-
Uses of BybitAccountType in org.knowm.xchange.bybit.dto.account.walletbalance
Methods in org.knowm.xchange.bybit.dto.account.walletbalance that return BybitAccountTypeModifier and TypeMethodDescriptionstatic BybitAccountTypeReturns the enum constant of this class with the specified name.static BybitAccountType[]BybitAccountType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BybitAccountType in org.knowm.xchange.bybit.service
Methods in org.knowm.xchange.bybit.service with parameters of type BybitAccountTypeModifier and TypeMethodDescriptionBybitAccountServiceRaw.getAllCoinsBalance(BybitAccountType accountType) BybitAccountServiceRaw.getWalletBalances(BybitAccountType accountType) Constructors in org.knowm.xchange.bybit.service with parameters of type BybitAccountTypeModifierConstructorDescriptionBybitAccountService(Exchange exchange, BybitAccountType accountType)