Enum Class Enums.Service

java.lang.Object
java.lang.Enum<Enums.Service>
com.motivewave.platform.sdk.common.Enums.Service
All Implemented Interfaces:
Serializable, Comparable<Enums.Service>, Constable
Enclosing interface:
Enums

public static enum Enums.Service extends Enum<Enums.Service>
Describes the available brokers and data services.
  • Enum Constant Details

    • IB

      public static final Enums.Service IB
      Interactive Brokers.
    • PFG

      public static final Enums.Service PFG
      PFGBest. (No Longer Supported)
    • FXCM

      public static final Enums.Service FXCM
      FXCM
    • FOREX

      public static final Enums.Service FOREX
      FOREX.com / Gain Capital
    • TDA

      public static final Enums.Service TDA
      TD-Ameritrade
    • DBFX

      public static final Enums.Service DBFX
      Deutsche Bank FX (No Longer Supported)
    • MIRUS

      public static final Enums.Service MIRUS
      Mirus Futures (No Longer Supported)
    • DEEP_DISCOUNT

      public static final Enums.Service DEEP_DISCOUNT
      Deep Discount Trading
    • STAGE5

      public static final Enums.Service STAGE5
      Stage Five Trading Corp
    • EMINI_FUTURES

      public static final Enums.Service EMINI_FUTURES
      Emini Futures Broker
    • TF4L

      public static final Enums.Service TF4L
      Trade Futures 4 Less
    • TOP_STEP

      public static final Enums.Service TOP_STEP
      Top Step Trader
    • TRADE_PRO_FUTURES

      public static final Enums.Service TRADE_PRO_FUTURES
      Trade Pro Futures
    • AMP

      public static final Enums.Service AMP
      AMP Global Clearing
    • DORMAN

      public static final Enums.Service DORMAN
      Dorman Trading
    • DAW

      public static final Enums.Service DAW
      DAW Trading
    • DT

      public static final Enums.Service DT
      Discount Trading
    • OPTIMUS

      public static final Enums.Service OPTIMUS
      Optimus Trading Group
    • ZENFIRE

      public static final Enums.Service ZENFIRE
      Zen-Fire (No Longer Supported)
    • RITHMIC

      public static final Enums.Service RITHMIC
      Rithmic
    • TRANSACT

      public static final Enums.Service TRANSACT
      TransAct Futures
    • DITTO_TRADE

      public static final Enums.Service DITTO_TRADE
      Ditto Trade (No Longer Supported)
    • ATC

      public static final Enums.Service ATC
      FXCM
    • GOOGLE

      public static final Enums.Service GOOGLE
      Google/Yahoo
    • BARCHART

      public static final Enums.Service BARCHART
      BarChart
    • DXFEED

      public static final Enums.Service DXFEED
      DXFeed
    • IQFEED

      public static final Enums.Service IQFEED
      DTN IQFeed
    • ESIGNAL

      public static final Enums.Service ESIGNAL
      e-Signal
    • TRADE_STATION

      public static final Enums.Service TRADE_STATION
      Trade Station
    • STOCKWATCH

      public static final Enums.Service STOCKWATCH
      Stockwatch
    • CQG

      public static final Enums.Service CQG
      CQG
    • EDGE_CLEAR

      public static final Enums.Service EDGE_CLEAR
      Edge Clear
    • MB_TRADING

      public static final Enums.Service MB_TRADING
      MB Trading (No Longer Supported, Use TradeKing instead)
    • TRADEKING

      public static final Enums.Service TRADEKING
      MB Trading
    • OEC

      public static final Enums.Service OEC
      Open E-Cry
    • TRADIER

      public static final Enums.Service TRADIER
      Tradier
    • QUESTRADE

      public static final Enums.Service QUESTRADE
      Questrade (no longer supported)
    • OANDA

      public static final Enums.Service OANDA
      Oanda
    • METASTOCK

      public static final Enums.Service METASTOCK
      MetaStock
    • MONEYNET

      public static final Enums.Service MONEYNET
      Money.Net
    • DIRECTFX

      public static final Enums.Service DIRECTFX
      DirectFX
    • DRIVE_WEALTH

      public static final Enums.Service DRIVE_WEALTH
      DriveWealth
    • SAXO_BANK

      public static final Enums.Service SAXO_BANK
      Saxo Bank
    • CRYPTO_COMPARE

      public static final Enums.Service CRYPTO_COMPARE
      Crypto Compare
    • COINIGY

      public static final Enums.Service COINIGY
      Coinigy
    • COINBASE

      public static final Enums.Service COINBASE
      Coinbase
    • BINANCE

      public static final Enums.Service BINANCE
      Binance
    • BINANCE_FUTURES

      public static final Enums.Service BINANCE_FUTURES
      Binance Futures
    • KRAKEN

      public static final Enums.Service KRAKEN
      Kraken
    • KRAKEN_FUTURES

      public static final Enums.Service KRAKEN_FUTURES
      Kraken Futures
    • BITSTAMP

      public static final Enums.Service BITSTAMP
      Bitstamp
    • TRUEDATA

      public static final Enums.Service TRUEDATA
      TrueData
    • GLOBAL_DATA_FEEDS

      public static final Enums.Service GLOBAL_DATA_FEEDS
      Global Data Feeds
  • Method Details

    • values

      public static Enums.Service[] 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 Enums.Service 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
    • getName

      public String getName()
    • isBroker

      public boolean isBroker()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Enums.Service>