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