| Enum Constant and Description |
|---|
ARTIO_UNKNOWN |
LIMIT |
MARKET |
NULL_VAL |
| Modifier and Type | Method and Description |
|---|---|
static OrdType |
decode(int representation) |
static boolean |
isValid(int representation) |
char |
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 NULL_VAL
public static final OrdType ARTIO_UNKNOWN
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 final char representation()
representation in interface uk.co.real_logic.artio.builder.CharRepresentablepublic static boolean isValid(int representation)
public static OrdType decode(int representation)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.