Enum Class TradeHandlingInstr

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

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

    • TRADE_CONFIRMATION

      public static final TradeHandlingInstr TRADE_CONFIRMATION
    • TWO_PARTY_REPORT

      public static final TradeHandlingInstr TWO_PARTY_REPORT
    • ONE_PARTY_REPORT_FOR_MATCHING

      public static final TradeHandlingInstr ONE_PARTY_REPORT_FOR_MATCHING
    • ONE_PARTY_REPORT_FOR_PASS_THROUGH

      public static final TradeHandlingInstr ONE_PARTY_REPORT_FOR_PASS_THROUGH
    • AUTOMATED_FLOOR_ORDER_ROUTING

      public static final TradeHandlingInstr AUTOMATED_FLOOR_ORDER_ROUTING
  • Method Details

    • values

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