| Enum Constant and Description |
|---|
_INVALID |
DROPCOPY |
MARKET_MAKER_PRICING |
MARKET_MAKER_PRICING_AND_TRADING |
MARKET_MAKER_TRADING |
MARKETDATA |
TRADING |
| Modifier and Type | Field and Description |
|---|---|
byte |
val |
| Modifier and Type | Method and Description |
|---|---|
byte |
get() |
static APIType |
get(byte value) |
static java.util.Collection<APIType> |
validValues() |
static APIType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIType MARKETDATA
public static final APIType TRADING
public static final APIType DROPCOPY
public static final APIType MARKET_MAKER_PRICING
public static final APIType MARKET_MAKER_TRADING
public static final APIType MARKET_MAKER_PRICING_AND_TRADING
public static final APIType _INVALID
public static APIType[] values()
for (APIType c : APIType.values()) System.out.println(c);
public static APIType 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 APIType get(byte value)
public static java.util.Collection<APIType> validValues()