| Enum Constant and Description |
|---|
_INVALID |
AMOUNT_CONS |
EXCHANGE_BEST |
LAST_TRADE |
LAST_TRADE_NO_SIDE |
LEVEL |
LEVEL_QUOTE |
LEVEL_QUOTE_AMT_TIER |
LOCAL_BEST |
ORDER |
QUOTE |
QUOTE_AMT_TIER |
SPREAD_CONS |
WORST_TRADE |
| Modifier and Type | Field and Description |
|---|---|
byte |
val |
| Modifier and Type | Method and Description |
|---|---|
byte |
get() |
static MDElement |
get(byte value) |
static java.util.Collection<MDElement> |
validValues() |
static MDElement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MDElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MDElement LEVEL
public static final MDElement AMOUNT_CONS
public static final MDElement SPREAD_CONS
public static final MDElement LOCAL_BEST
public static final MDElement EXCHANGE_BEST
public static final MDElement LAST_TRADE
public static final MDElement LAST_TRADE_NO_SIDE
public static final MDElement WORST_TRADE
public static final MDElement LEVEL_QUOTE
public static final MDElement LEVEL_QUOTE_AMT_TIER
public static final MDElement QUOTE
public static final MDElement QUOTE_AMT_TIER
public static final MDElement ORDER
public static final MDElement _INVALID
public static MDElement[] values()
for (MDElement c : MDElement.values()) System.out.println(c);
public static MDElement 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 get()
public static MDElement get(byte value)
public static java.util.Collection<MDElement> validValues()