Uses of Enum
org.knowm.xchange.dto.account.Wallet.WalletFeature
Packages that use Wallet.WalletFeature
-
Uses of Wallet.WalletFeature in org.knowm.xchange.dto.account
Methods in org.knowm.xchange.dto.account that return Wallet.WalletFeatureModifier and TypeMethodDescriptionstatic Wallet.WalletFeature
Returns the enum constant of this type with the specified name.static Wallet.WalletFeature[]
Wallet.WalletFeature.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.dto.account that return types with arguments of type Wallet.WalletFeatureMethods in org.knowm.xchange.dto.account with parameters of type Wallet.WalletFeatureModifier and TypeMethodDescriptionAccountInfo.getWallet
(Wallet.WalletFeature feature) Get wallet with given featureMethod parameters in org.knowm.xchange.dto.account with type arguments of type Wallet.WalletFeatureConstructor parameters in org.knowm.xchange.dto.account with type arguments of type Wallet.WalletFeatureModifierConstructorDescriptionWallet
(String id, String name, Collection<Balance> balances, Set<Wallet.WalletFeature> features, BigDecimal maxLeverage, BigDecimal currentLeverage) Constructs aWallet
.