Enum Class TrdType

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

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

    • REGULAR_TRADE

      public static final TrdType REGULAR_TRADE
    • BLOCK_TRADE

      public static final TrdType BLOCK_TRADE
    • EFP

      public static final TrdType EFP
    • TRANSFER

      public static final TrdType TRANSFER
    • LATE_TRADE

      public static final TrdType LATE_TRADE
    • T_TRADE

      public static final TrdType T_TRADE
    • WAP_TRADE

      public static final TrdType WAP_TRADE
    • BUNCHED_TRADE

      public static final TrdType BUNCHED_TRADE
    • LATE_BUNCHED_TRADE

      public static final TrdType LATE_BUNCHED_TRADE
    • PRIOR_REFERENCE_PRICE_TRADE

      public static final TrdType PRIOR_REFERENCE_PRICE_TRADE
    • AFTER_HOURS_TRADE

      public static final TrdType AFTER_HOURS_TRADE
    • EFR

      public static final TrdType EFR
    • EFS

      public static final TrdType EFS
    • EFM

      public static final TrdType EFM
    • EOO

      public static final TrdType EOO
    • TRADING_AT_SETTLEMENT

      public static final TrdType TRADING_AT_SETTLEMENT
    • AON

      public static final TrdType AON
    • FUTURES_LARGE_ORDER_EXECUTION

      public static final TrdType FUTURES_LARGE_ORDER_EXECUTION
    • EFF

      public static final TrdType EFF
    • OPTION_INTERIM_TRADE

      public static final TrdType OPTION_INTERIM_TRADE
    • OPTION_CABINET_TRADE

      public static final TrdType OPTION_CABINET_TRADE
    • PRIVATELY_NEGOTIATED_TRADES

      public static final TrdType PRIVATELY_NEGOTIATED_TRADES
    • SUBSTITUTION_OF_FUTURES_FOR_FORWARDS

      public static final TrdType SUBSTITUTION_OF_FUTURES_FOR_FORWARDS
    • ERROR_TRADE

      public static final TrdType ERROR_TRADE
    • CD

      public static final TrdType CD
    • XD

      public static final TrdType XD
    • CC

      public static final TrdType CC
    • XC

      public static final TrdType XC
    • CS

      public static final TrdType CS
    • SP

      public static final TrdType SP
    • GD

      public static final TrdType GD
    • CR

      public static final TrdType CR
    • XR

      public static final TrdType XR
    • CP

      public static final TrdType CP
    • XP

      public static final TrdType XP
    • CB

      public static final TrdType CB
    • XB

      public static final TrdType XB
    • LARGE_TRADE

      public static final TrdType LARGE_TRADE
    • WORKED_PRINCIPAL_TRADE

      public static final TrdType WORKED_PRINCIPAL_TRADE
    • BLOCK_TRADES_AFTER_MARKET

      public static final TrdType BLOCK_TRADES_AFTER_MARKET
    • NAME_CHANGE

      public static final TrdType NAME_CHANGE
    • PORTFOLIO_TRANSFER

      public static final TrdType PORTFOLIO_TRANSFER
    • PROROGATION_BUY

      public static final TrdType PROROGATION_BUY
    • PROROGATION_SELL

      public static final TrdType PROROGATION_SELL
    • OPTION_EXERCISE

      public static final TrdType OPTION_EXERCISE
    • DELTA_NEUTRAL_TRANSACTION

      public static final TrdType DELTA_NEUTRAL_TRANSACTION
    • FINANCING_TRANSACTION

      public static final TrdType FINANCING_TRANSACTION
    • NON_STANDARD_SETTLEMENT

      public static final TrdType NON_STANDARD_SETTLEMENT
    • PORTFOLIO_TRADE

      public static final TrdType PORTFOLIO_TRADE
    • VWAP_TRADE

      public static final TrdType VWAP_TRADE
    • EXCHANGE_GRANTED_TRADE

      public static final TrdType EXCHANGE_GRANTED_TRADE
    • REPO

      public static final TrdType REPO
    • OTC

      public static final TrdType OTC
    • EBF

      public static final TrdType EBF
  • Method Details

    • values

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