Enum Class MsgType

java.lang.Object
java.lang.Enum<MsgType>
com.epam.fix.message.constants.fix42.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
    • SETTLEMENT_INSTRUCTIONS

      public static final MsgType SETTLEMENT_INSTRUCTIONS
    • MARKET_DATA_REQUEST

      public static final MsgType MARKET_DATA_REQUEST
    • MARKET_DATA_SNAPSHOT

      public static final MsgType MARKET_DATA_SNAPSHOT
    • MARKET_DATA_UPDATE

      public static final MsgType MARKET_DATA_UPDATE
    • MARKET_DATA_REQUEST_REJECT

      public static final MsgType MARKET_DATA_REQUEST_REJECT
    • QUOTE_CANCEL

      public static final MsgType QUOTE_CANCEL
    • QUOTE_STATUS_REQUEST

      public static final MsgType QUOTE_STATUS_REQUEST
    • QUOTE_ACK

      public static final MsgType QUOTE_ACK
    • SECURITY_DEFINITION_REQUEST

      public static final MsgType SECURITY_DEFINITION_REQUEST
    • SECURITY_DEFINITION

      public static final MsgType SECURITY_DEFINITION
    • SECURITY_STATUS_REQUEST

      public static final MsgType SECURITY_STATUS_REQUEST
    • SECURITY_STATUS

      public static final MsgType SECURITY_STATUS
    • TRADING_SESSION_STATUS_REQUEST

      public static final MsgType TRADING_SESSION_STATUS_REQUEST
    • TRADING_SESSION_STATUS

      public static final MsgType TRADING_SESSION_STATUS
    • MASS_QUOTE

      public static final MsgType MASS_QUOTE
    • BUSINESS_MESSAGE_REJECT

      public static final MsgType BUSINESS_MESSAGE_REJECT
    • BID_REQUEST

      public static final MsgType BID_REQUEST
    • BID_RESPONSE

      public static final MsgType BID_RESPONSE
    • LIST_STRIKE_PRICE

      public static final MsgType LIST_STRIKE_PRICE
  • 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