Enum Class MsgType

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

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

    • HEARTBEAT

      public static final MsgType HEARTBEAT
    • TEST_REQUEST

      public static final MsgType TEST_REQUEST
    • RESEND_REQUEST

      public static final MsgType RESEND_REQUEST
    • REJECT

      public static final MsgType REJECT
    • SEQUENCE_RESET

      public static final MsgType SEQUENCE_RESET
    • LOGOUT

      public static final MsgType LOGOUT
    • IOI

      public static final MsgType IOI
    • EXECUTION_REPORT

      public static final MsgType EXECUTION_REPORT
    • ORDER_CANCEL_REJECT

      public static final MsgType ORDER_CANCEL_REJECT
    • LOGON

      public static final MsgType LOGON
    • NEWS

      public static final MsgType NEWS
    • EMAIL

      public static final MsgType EMAIL
    • NEW_ORDER_SINGLE

      public static final MsgType NEW_ORDER_SINGLE
    • NEW_ORDER_LIST

      public static final MsgType NEW_ORDER_LIST
    • ORDER_CANCEL_REQUEST

      public static final MsgType ORDER_CANCEL_REQUEST
    • ORDER_REPLACE_REQUEST

      public static final MsgType ORDER_REPLACE_REQUEST
    • ORDER_STATUS_REQUEST

      public static final MsgType ORDER_STATUS_REQUEST
    • ALLOCATION

      public static final MsgType ALLOCATION
    • LIST_CANCEL_REQUEST

      public static final MsgType LIST_CANCEL_REQUEST
    • LIST_EXECUTE

      public static final MsgType LIST_EXECUTE
    • LIST_STATUS_REQUEST

      public static final MsgType LIST_STATUS_REQUEST
    • LIST_STATUS

      public static final MsgType LIST_STATUS
    • ALLOCATION_ACK

      public static final MsgType ALLOCATION_ACK
    • DONT_KNOW_TRADE

      public static final MsgType DONT_KNOW_TRADE
    • QUOTE_REQUEST

      public static final MsgType QUOTE_REQUEST
    • QUOTE

      public static final MsgType QUOTE
  • Method Details

    • values

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