public enum MsgType extends Enum<MsgType> implements EnumValue
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static MsgType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MsgType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MsgType HEARTBEAT
public static final MsgType TEST_REQUEST
public static final MsgType RESEND_REQUEST
public static final MsgType REJECT
public static final MsgType SEQUENCE_RESET
public static final MsgType LOGOUT
public static final MsgType IOI
public static final MsgType ADVERTISEMENT
public static final MsgType EXECUTION_REPORT
public static final MsgType ORDER_CANCEL_REJECT
public static final MsgType LOGON
public static final MsgType NEWS
public static final MsgType EMAIL
public static final MsgType NEW_ORDER_SINGLE
public static final MsgType NEW_ORDER_LIST
public static final MsgType ORDER_CANCEL_REQUEST
public static final MsgType ORDER_REPLACE_REQUEST
public static final MsgType ORDER_STATUS_REQUEST
public static final MsgType ALLOCATION
public static final MsgType LIST_CANCEL_REQUEST
public static final MsgType LIST_EXECUTE
public static final MsgType LIST_STATUS_REQUEST
public static final MsgType LIST_STATUS
public static final MsgType ALLOCATION_ACK
public static final MsgType DONT_KNOW_TRADE
public static final MsgType QUOTE_REQUEST
public static final MsgType QUOTE
public static final MsgType SETTLEMENT_INSTRUCTIONS
public static MsgType[] values()
for (MsgType c : MsgType.values()) System.out.println(c);
public static MsgType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean equals(byte[] val, int offset, int length)
Copyright © 2000–2022 EPAM Systems. All rights reserved.