public enum ExecRestatementReason extends Enum<ExecRestatementReason> implements EnumValue
Enum Constant and Description |
---|
BROKER_OPTION |
CANCEL_ON_SYSTEM_FAILURE |
CANCEL_ON_TRADING_HALT |
CANCELED_NOT_BEST |
GT_CORPORATE_ACTION |
GT_RENEWAL_RESTATEMENT |
MARKET_OPTION |
OTHER |
PARTIAL_DECLINE_OF_ORDQTY |
PEG_REFRESH |
REPRICING_OF_ORDER |
VERBAL_CHANGE |
WAREHOUSE_RECAP |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static ExecRestatementReason |
valueOf(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 GT_CORPORATE_ACTION
public static final ExecRestatementReason GT_RENEWAL_RESTATEMENT
public static final ExecRestatementReason VERBAL_CHANGE
public static final ExecRestatementReason REPRICING_OF_ORDER
public static final ExecRestatementReason BROKER_OPTION
public static final ExecRestatementReason PARTIAL_DECLINE_OF_ORDQTY
public static final ExecRestatementReason CANCEL_ON_TRADING_HALT
public static final ExecRestatementReason CANCEL_ON_SYSTEM_FAILURE
public static final ExecRestatementReason MARKET_OPTION
public static final ExecRestatementReason CANCELED_NOT_BEST
public static final ExecRestatementReason WAREHOUSE_RECAP
public static final ExecRestatementReason PEG_REFRESH
public static final ExecRestatementReason OTHER
public static ExecRestatementReason[] values()
for (ExecRestatementReason c : ExecRestatementReason.values()) System.out.println(c);
public static ExecRestatementReason 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.