Enum Class Broker

java.lang.Object
java.lang.Enum<Broker>
com.bluebell.greenhouse.platform.enums.account.Broker
All Implemented Interfaces:
GenericEnum<Broker>, GenericSymbolizedEnum<Broker>, Serializable, Comparable<Broker>, Constable

public enum Broker extends Enum<Broker> implements GenericSymbolizedEnum<Broker>
Enum representing the different brokers supported by the system.
Version:
2.0.6
Author:
Stephen Prizio
  • Enum Constant Details

    • CMC_MARKETS

      public static final Broker CMC_MARKETS
    • FTMO

      public static final Broker FTMO
    • DEMO

      public static final Broker DEMO
    • INTERACTIVE_BROKERS

      public static final Broker INTERACTIVE_BROKERS
    • IA_PRIVATE_WEALTH

      public static final Broker IA_PRIVATE_WEALTH
    • WEALTHSIMPLE

      public static final Broker WEALTHSIMPLE
    • NA

      public static final Broker NA
  • Method Details

    • values

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

      public static Broker valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null