public enum ReversalCancellationReason extends Enum<ReversalCancellationReason>
| Enum Constant and Description |
|---|
INSTRUMENT_DELETION
Instrument Deletion.
|
INSTRUMENT_SUSPENSION
Instrument Suspension.
|
INTRADAY_EXPIRATION
Instrument Expiration.
|
NO_VALUE
Identifies no value.
|
TAS_CHANGE
TES Activity State Change.
|
| Modifier and Type | Method and Description |
|---|---|
static ReversalCancellationReason |
forValue(byte value) |
byte |
getValue() |
static ReversalCancellationReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReversalCancellationReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReversalCancellationReason NO_VALUE
public static final ReversalCancellationReason TAS_CHANGE
public static final ReversalCancellationReason INTRADAY_EXPIRATION
public static final ReversalCancellationReason INSTRUMENT_DELETION
public static final ReversalCancellationReason INSTRUMENT_SUSPENSION
public static ReversalCancellationReason[] values()
for (ReversalCancellationReason c : ReversalCancellationReason.values()) System.out.println(c);
public static ReversalCancellationReason 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 ReversalCancellationReason forValue(byte value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.