Enum Class TrdSubType

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

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

    • CMTA

      public static final TrdSubType CMTA
    • INTERNAL_TRANSFER

      public static final TrdSubType INTERNAL_TRANSFER
    • EXTERNAL_TRANSFER

      public static final TrdSubType EXTERNAL_TRANSFER
    • REJECT_FOR_SUBMITTING_SIDE

      public static final TrdSubType REJECT_FOR_SUBMITTING_SIDE
    • ADVISORY_FOR_CONTRA_SIDE

      public static final TrdSubType ADVISORY_FOR_CONTRA_SIDE
    • OFFSET_DUE_ALLOCATION

      public static final TrdSubType OFFSET_DUE_ALLOCATION
    • ONSET_DUE_ALLOCATION

      public static final TrdSubType ONSET_DUE_ALLOCATION
    • DIFFERENTIAL_SPREAD

      public static final TrdSubType DIFFERENTIAL_SPREAD
    • IMPLIED_SPREAD_LEG_AGAINST_OUTRIGHT

      public static final TrdSubType IMPLIED_SPREAD_LEG_AGAINST_OUTRIGHT
    • TRANSACTION_FROM_EXERCISE

      public static final TrdSubType TRANSACTION_FROM_EXERCISE
    • TRANSACTION_FROM_ASSIGNMENT

      public static final TrdSubType TRANSACTION_FROM_ASSIGNMENT
    • ACATS

      public static final TrdSubType ACATS
    • AI

      public static final TrdSubType AI
    • B

      public static final TrdSubType B
    • K

      public static final TrdSubType K
    • LC

      public static final TrdSubType LC
    • M

      public static final TrdSubType M
    • N

      public static final TrdSubType N
    • NM

      public static final TrdSubType NM
    • NR

      public static final TrdSubType NR
    • P

      public static final TrdSubType P
    • PA

      public static final TrdSubType PA
    • PC

      public static final TrdSubType PC
    • PN

      public static final TrdSubType PN
    • R

      public static final TrdSubType R
    • RO

      public static final TrdSubType RO
    • RT

      public static final TrdSubType RT
    • SW

      public static final TrdSubType SW
    • T

      public static final TrdSubType T
    • WN

      public static final TrdSubType WN
    • WT

      public static final TrdSubType WT
  • Method Details

    • values

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