Enum Service

java.lang.Object
java.lang.Enum<Service>
com.studerw.tda.model.stream.Service
All Implemented Interfaces:
Serializable, Comparable<Service>, java.lang.constant.Constable

public enum Service extends Enum<Service>
Service Data Types for Streaming Request
See Also:
  • Enum Constant Details

    • ADMIN

      public static final Service ADMIN
    • ACCT_ACTIVITY

      public static final Service ACCT_ACTIVITY
    • ACTIVES_NASDAQ

      public static final Service ACTIVES_NASDAQ
    • ACTIVES_NYSE

      public static final Service ACTIVES_NYSE
    • ACTIVES_OTCBB

      public static final Service ACTIVES_OTCBB
    • ACTIVES_OPTIONS

      public static final Service ACTIVES_OPTIONS
    • FOREX_BOOK

      public static final Service FOREX_BOOK
    • FUTURES_BOOK

      public static final Service FUTURES_BOOK
    • LISTED_BOOK

      public static final Service LISTED_BOOK
    • NASDAQ_BOOK

      public static final Service NASDAQ_BOOK
    • OPTIONS_BOOK

      public static final Service OPTIONS_BOOK
    • FUTURES_OPTIONS_BOOK

      public static final Service FUTURES_OPTIONS_BOOK
    • CHART_EQUITY

      public static final Service CHART_EQUITY
    • CHART_FUTURES

      public static final Service CHART_FUTURES
    • CHART_HISTORY_FUTURES

      public static final Service CHART_HISTORY_FUTURES
    • QUOTE

      public static final Service QUOTE
    • LEVELONE_FUTURES

      public static final Service LEVELONE_FUTURES
    • LEVELONE_FOREX

      public static final Service LEVELONE_FOREX
    • LEVELONE_FUTURES_OPTIONS

      public static final Service LEVELONE_FUTURES_OPTIONS
    • OPTION

      public static final Service OPTION
    • LEVELTWO_FUTURES

      public static final Service LEVELTWO_FUTURES
    • NEWS_HEADLINE

      public static final Service NEWS_HEADLINE
    • NEWS_STORY

      public static final Service NEWS_STORY
    • NEWS_HEADLINE_LIST

      public static final Service NEWS_HEADLINE_LIST
    • STREAMER_SERVER

      public static final Service STREAMER_SERVER
    • TIMESALE_EQUITY

      public static final Service TIMESALE_EQUITY
    • TIMESALE_FUTURES

      public static final Service TIMESALE_FUTURES
    • TIMESALE_FOREX

      public static final Service TIMESALE_FOREX
    • TIMESALE_OPTIONS

      public static final Service TIMESALE_OPTIONS
  • Method Details

    • values

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