Enum Class ExecInstValue

java.lang.Object
java.lang.Enum<ExecInstValue>
com.epam.fix.message.constants.fix50sp1.enums.ExecInstValue
All Implemented Interfaces:
EnumValue, Serializable, Comparable<ExecInstValue>, Constable

public enum ExecInstValue extends Enum<ExecInstValue> implements EnumValue
  • Enum Constant Details

    • STAY_ON_OFFERSIDE

      public static final ExecInstValue STAY_ON_OFFERSIDE
    • NOT_HELD

      public static final ExecInstValue NOT_HELD
    • WORK

      public static final ExecInstValue WORK
    • GO_ALONG

      public static final ExecInstValue GO_ALONG
    • OVER_THE_DAY

      public static final ExecInstValue OVER_THE_DAY
    • HELD

      public static final ExecInstValue HELD
    • PARTICIPATE_DONT_INITIATE

      public static final ExecInstValue PARTICIPATE_DONT_INITIATE
    • STRICT_SCALE

      public static final ExecInstValue STRICT_SCALE
    • TRY_TO_SCALE

      public static final ExecInstValue TRY_TO_SCALE
    • STAY_ON_BIDSIDE

      public static final ExecInstValue STAY_ON_BIDSIDE
    • NO_CROSS

      public static final ExecInstValue NO_CROSS
    • OK_TO_CROSS

      public static final ExecInstValue OK_TO_CROSS
    • CALL_FIRST

      public static final ExecInstValue CALL_FIRST
    • PERCENT_OF_VOLUME

      public static final ExecInstValue PERCENT_OF_VOLUME
    • DNI

      public static final ExecInstValue DNI
    • DNR

      public static final ExecInstValue DNR
    • AON

      public static final ExecInstValue AON
    • REINSTATE_ON_SYSTEM_FAILURE

      public static final ExecInstValue REINSTATE_ON_SYSTEM_FAILURE
    • INSTITUTIONS_ONLY

      public static final ExecInstValue INSTITUTIONS_ONLY
    • REINSTATE_ON_TRADING_HALT

      public static final ExecInstValue REINSTATE_ON_TRADING_HALT
    • CANCEL_ON_TRADING_HALT

      public static final ExecInstValue CANCEL_ON_TRADING_HALT
    • LAST_PEG

      public static final ExecInstValue LAST_PEG
    • MID_PRICE_PEG

      public static final ExecInstValue MID_PRICE_PEG
    • NON_NEGOTIABLE

      public static final ExecInstValue NON_NEGOTIABLE
    • OPENING_PEG

      public static final ExecInstValue OPENING_PEG
    • MARKET_PEG

      public static final ExecInstValue MARKET_PEG
    • CANCEL_ON_SYSTEM_FAILURE

      public static final ExecInstValue CANCEL_ON_SYSTEM_FAILURE
    • PRIMARY_PEG

      public static final ExecInstValue PRIMARY_PEG
    • SUSPEND

      public static final ExecInstValue SUSPEND
    • FIXED_PEG

      public static final ExecInstValue FIXED_PEG
    • CUSTOMER_DISPLAY_INSTRUCTIONS

      public static final ExecInstValue CUSTOMER_DISPLAY_INSTRUCTIONS
    • FOREX_NETTING

      public static final ExecInstValue FOREX_NETTING
    • PEG_TO_VWAP

      public static final ExecInstValue PEG_TO_VWAP
    • TRADE_ALONG

      public static final ExecInstValue TRADE_ALONG
    • TRY_TO_STOP

      public static final ExecInstValue TRY_TO_STOP
    • CANCEL_IF_NOT_BEST

      public static final ExecInstValue CANCEL_IF_NOT_BEST
    • TRAILING_STOP_PEG

      public static final ExecInstValue TRAILING_STOP_PEG
    • STRICT_LIMIT

      public static final ExecInstValue STRICT_LIMIT
    • IGNORE_PRICE_VALIDITY_CHECKS

      public static final ExecInstValue IGNORE_PRICE_VALIDITY_CHECKS
    • PEG_TO_LIMIT_PRICE

      public static final ExecInstValue PEG_TO_LIMIT_PRICE
    • WORK_TO_TARGET_STRATEGY

      public static final ExecInstValue WORK_TO_TARGET_STRATEGY
    • INTERMARKET_SWEEP

      public static final ExecInstValue INTERMARKET_SWEEP
    • EXTERNAL_ROUTING_ALLOWED

      public static final ExecInstValue EXTERNAL_ROUTING_ALLOWED
    • EXTERNAL_ROUTING_NOT_ALLOWED

      public static final ExecInstValue EXTERNAL_ROUTING_NOT_ALLOWED
    • IMBALANCE_ONLY

      public static final ExecInstValue IMBALANCE_ONLY
    • SINGLE_EXECUTION_REQUESTED_FOR_BLOCK_TRADE

      public static final ExecInstValue SINGLE_EXECUTION_REQUESTED_FOR_BLOCK_TRADE
    • BEST_EXECUTION

      public static final ExecInstValue BEST_EXECUTION
    • SUSPEND_ON_SYSTEM_FAILURE

      public static final ExecInstValue SUSPEND_ON_SYSTEM_FAILURE
    • SUSPEND_ON_TRADING_HALT

      public static final ExecInstValue SUSPEND_ON_TRADING_HALT
    • REINSTATE_ON_CONNECTION_LOSS

      public static final ExecInstValue REINSTATE_ON_CONNECTION_LOSS
    • CANCEL_ON_CONNECTION_LOSS

      public static final ExecInstValue CANCEL_ON_CONNECTION_LOSS
    • SUSPEND_ON_CONNECTION_LOSS

      public static final ExecInstValue SUSPEND_ON_CONNECTION_LOSS
    • RELEASE_FROM_SUSPENSION

      public static final ExecInstValue RELEASE_FROM_SUSPENSION
    • EXECUTE_AS_DELTA_NEUTRAL

      public static final ExecInstValue EXECUTE_AS_DELTA_NEUTRAL
    • EXECUTE_AS_DURATION_NEUTRAL

      public static final ExecInstValue EXECUTE_AS_DURATION_NEUTRAL
    • EXECUTE_AS_FX_NEUTRAL

      public static final ExecInstValue EXECUTE_AS_FX_NEUTRAL
  • Method Details

    • values

      public static ExecInstValue[] 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 ExecInstValue 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
    • getValue

      public byte[] getValue()
      Specified by:
      getValue in interface EnumValue
    • equals

      public boolean equals(byte[] val, int offset, int length)
      Specified by:
      equals in interface EnumValue
    • equals

      public boolean equals(byte[] val)
      Specified by:
      equals in interface EnumValue