| Enum Constant and Description |
|---|
ARTIO_UNKNOWN |
EXECUTION_REPORT |
HEARTBEAT |
LOGON |
LOGOUT |
NULL_VAL |
ORDER_SINGLE |
REJECT |
RESEND_REQUEST |
SEQUENCE_RESET |
TEST_REQUEST |
USER_REQUEST |
| Modifier and Type | Method and Description |
|---|---|
static MsgType |
decode(uk.co.real_logic.artio.dictionary.CharArrayWrapper key) |
static MsgType |
decode(java.lang.String representation) |
static boolean |
isValid(uk.co.real_logic.artio.dictionary.CharArrayWrapper key) |
java.lang.String |
representation() |
static MsgType |
valueOf(java.lang.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 EXECUTION_REPORT
public static final MsgType LOGON
public static final MsgType ORDER_SINGLE
public static final MsgType USER_REQUEST
public static final MsgType NULL_VAL
public static final MsgType ARTIO_UNKNOWN
public static MsgType[] values()
for (MsgType c : MsgType.values()) System.out.println(c);
public static MsgType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final java.lang.String representation()
representation in interface uk.co.real_logic.artio.builder.StringRepresentablepublic static MsgType decode(uk.co.real_logic.artio.dictionary.CharArrayWrapper key)
public static boolean isValid(uk.co.real_logic.artio.dictionary.CharArrayWrapper key)
public static MsgType decode(java.lang.String representation)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.