Enum Class DataSource

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

public enum DataSource extends Enum<DataSource> implements GenericEnum<DataSource>
Enum representing the different data sources for historical trading data.
Version:
3.0.6
Author:
Stephen Prizio
  • Enum Constant Details

    • FIRST_RATE_DATA

      public static final DataSource FIRST_RATE_DATA
    • METATRADER4

      public static final DataSource METATRADER4
    • METATRADER5

      public static final DataSource METATRADER5
    • TRADING_VIEW

      public static final DataSource TRADING_VIEW
    • BLUEBELL

      public static final DataSource BLUEBELL
    • EOD

      public static final DataSource EOD
    • CMC_MARKETS

      public static final DataSource CMC_MARKETS
    • INTERACTIVE_BROKERS

      public static final DataSource INTERACTIVE_BROKERS
    • IA_PRIVATE_WEALTH

      public static final DataSource IA_PRIVATE_WEALTH
    • WEALTHSIMPLE

      public static final DataSource WEALTHSIMPLE
    • CTRADER

      public static final DataSource CTRADER
  • Method Details

    • values

      public static DataSource[] 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 DataSource 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