Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
boolean
boolean
equals (byte[] val,
int offset,
int length)
byte[]
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
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
SEQUENCE_RESET
public static final MsgType SEQUENCE_RESET
ADVERTISEMENT
public static final MsgType ADVERTISEMENT
EXECUTION_REPORT
public static final MsgType EXECUTION_REPORT
ORDER_CANCEL_REJECT
public static final MsgType ORDER_CANCEL_REJECT
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
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
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
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
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