public enum ExecRestatementReason extends java.lang.Enum<ExecRestatementReason>
| Enum Constant and Description |
|---|
CANCEL_AGGRESSOR_DUE_TO_SELF_MATCH_PREVENTION |
CANCEL_FROM_FIRMSOFT |
CANCEL_ON_DISCONNECT_AND_TERMINATE |
CANCEL_ON_HARD_DISCONNECTION |
CANCEL_ON_TERMINATE |
CANCEL_RESTING_DUE_TO_SELF_MATCH_PREVENTION |
MARKET_MAKER_PROTECTION |
MARKET_OPTION |
NULL_VAL
To be used to represent not present or null.
|
ORDER_MASS_ACTION_FROM_CLIENT_REQUEST |
RISK_MANAGEMENT_CANCELLATION |
| Modifier and Type | Method and Description |
|---|---|
static ExecRestatementReason |
get(short value)
Lookup the enum value representing the value.
|
short |
value()
The raw encoded value in the Java type representation.
|
static ExecRestatementReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExecRestatementReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecRestatementReason MARKET_OPTION
public static final ExecRestatementReason CANCEL_ON_HARD_DISCONNECTION
public static final ExecRestatementReason CANCEL_ON_TERMINATE
public static final ExecRestatementReason CANCEL_ON_DISCONNECT_AND_TERMINATE
public static final ExecRestatementReason CANCEL_AGGRESSOR_DUE_TO_SELF_MATCH_PREVENTION
public static final ExecRestatementReason MARKET_MAKER_PROTECTION
public static final ExecRestatementReason RISK_MANAGEMENT_CANCELLATION
public static final ExecRestatementReason ORDER_MASS_ACTION_FROM_CLIENT_REQUEST
public static final ExecRestatementReason CANCEL_RESTING_DUE_TO_SELF_MATCH_PREVENTION
public static final ExecRestatementReason CANCEL_FROM_FIRMSOFT
public static final ExecRestatementReason NULL_VAL
public static ExecRestatementReason[] values()
for (ExecRestatementReason c : ExecRestatementReason.values()) System.out.println(c);
public static ExecRestatementReason 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 short value()
public static ExecRestatementReason get(short value)
value - encoded to be looked up.Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.