| Enum Constant and Description |
|---|
ARTIO_UNKNOWN |
CANCELED |
FILLED |
NEW |
NULL_VAL |
| Modifier and Type | Method and Description |
|---|---|
static OrdStatus |
decode(int representation) |
static boolean |
isValid(int representation) |
char |
representation() |
static OrdStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OrdStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrdStatus NEW
public static final OrdStatus FILLED
public static final OrdStatus CANCELED
public static final OrdStatus NULL_VAL
public static final OrdStatus ARTIO_UNKNOWN
public static OrdStatus[] values()
for (OrdStatus c : OrdStatus.values()) System.out.println(c);
public static OrdStatus 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 OrdStatus decode(int representation)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.