Enum Wallet.WalletFeature

java.lang.Object
java.lang.Enum<Wallet.WalletFeature>
org.knowm.xchange.dto.account.Wallet.WalletFeature
All Implemented Interfaces:
Serializable, Comparable<Wallet.WalletFeature>, java.lang.constant.Constable
Enclosing class:
Wallet

public static enum Wallet.WalletFeature extends Enum<Wallet.WalletFeature>
  • Enum Constant Details

    • FUNDING

      public static final Wallet.WalletFeature FUNDING
      The wallet has the ability to deposit external funds and withdraw funds allocated on it
    • TRADING

      public static final Wallet.WalletFeature TRADING
      You can trade funds allocated to this wallet
    • MARGIN_TRADING

      public static final Wallet.WalletFeature MARGIN_TRADING
      You can do margin trading with funds allocated to this wallet
    • MARGIN_FUNDING

      public static final Wallet.WalletFeature MARGIN_FUNDING
      You can fund other margin traders with funds allocated to this wallet to earn an interest
    • FUTURES_TRADING

      public static final Wallet.WalletFeature FUTURES_TRADING
      Wallet for futures platform
  • Method Details

    • values

      public static Wallet.WalletFeature[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Wallet.WalletFeature valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null