Enum Class SettlType

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

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

    • REGULAR

      public static final SettlType REGULAR
    • TOD

      public static final SettlType TOD
    • TOM

      public static final SettlType TOM
    • T_2

      public static final SettlType T_2
    • T_3

      public static final SettlType T_3
    • T_4

      public static final SettlType T_4
    • FUTURE

      public static final SettlType FUTURE
    • WHEN_AND_IF_ISSUED

      public static final SettlType WHEN_AND_IF_ISSUED
    • SELLERS_OPTION

      public static final SettlType SELLERS_OPTION
    • T_5

      public static final SettlType T_5
    • BROKEN_DATE

      public static final SettlType BROKEN_DATE
    • SPOT_NEXT_DAY

      public static final SettlType SPOT_NEXT_DAY
  • Method Details

    • values

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