public enum CrossMatchInstruction extends Enum<CrossMatchInstruction>
Enum Constant and Description |
---|
CANCEL_AGGRESSIVE
Cancel incoming order.
|
CANCEL_AGGRESSIVE_AND_PASSIVE
Reduce/Cancel both incoming and resting order.
|
CANCEL_PASSIVE
Cancel resting order.
|
NO_VALUE
Identifies no value.
|
Modifier and Type | Method and Description |
---|---|
static CrossMatchInstruction |
forValue(byte value) |
byte |
getValue() |
static CrossMatchInstruction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrossMatchInstruction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrossMatchInstruction NO_VALUE
public static final CrossMatchInstruction CANCEL_AGGRESSIVE
public static final CrossMatchInstruction CANCEL_PASSIVE
public static final CrossMatchInstruction CANCEL_AGGRESSIVE_AND_PASSIVE
public static CrossMatchInstruction[] values()
for (CrossMatchInstruction c : CrossMatchInstruction.values()) System.out.println(c);
public static CrossMatchInstruction 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 CrossMatchInstruction forValue(byte value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.