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