public enum DeleteReason extends Enum<DeleteReason>
Enum Constant and Description |
---|
AMENDMENT_RESET
Basket amendment cancelled.
|
AMENDMENT_USER_CANCELLED
Amendment cancelled by user action.
|
INSTRUMENT_DELETION
Deletion of Instrument.
|
INSTRUMENT_SUSPENSION
Suspension of Instrument.
|
INTRADAY_EXPIRATION
Automatic deletion due to instrument expiration.
|
NO_SPECIAL_REASON
Deletion via the TES Delete Request.
|
NO_VALUE
Identifies no value.
|
PRETRADE_RISK_EVENT
Deletion caused by a pre-trade risk event.
|
RISK_EVENT
Deletion caused by Clearing/Risk stop.
|
STOP_TRADING
Deletion caused by Trading stop.
|
TAS_CHANGE
Automatic deletion due to TES Activity State Change.
|
Modifier and Type | Method and Description |
---|---|
static DeleteReason |
forValue(byte value) |
byte |
getValue() |
static DeleteReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeleteReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeleteReason NO_VALUE
public static final DeleteReason NO_SPECIAL_REASON
public static final DeleteReason TAS_CHANGE
public static final DeleteReason INTRADAY_EXPIRATION
public static final DeleteReason RISK_EVENT
public static final DeleteReason STOP_TRADING
public static final DeleteReason INSTRUMENT_DELETION
public static final DeleteReason INSTRUMENT_SUSPENSION
public static final DeleteReason PRETRADE_RISK_EVENT
public static final DeleteReason AMENDMENT_RESET
public static final DeleteReason AMENDMENT_USER_CANCELLED
public static DeleteReason[] values()
for (DeleteReason c : DeleteReason.values()) System.out.println(c);
public static DeleteReason 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 byte getValue()
public static DeleteReason forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.