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