public enum IntradayTickField extends Enum<IntradayTickField>
Enum Constant and Description |
---|
BROKER_BUY_CODE |
BROKER_SELL_CODE |
CONDITION_CODE |
EXCHANGE_CODE |
MIC_CODE |
RPS_CODE |
SIZE |
TIME |
TYPE |
VALUE |
Modifier and Type | Method and Description |
---|---|
static IntradayTickField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntradayTickField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntradayTickField TIME
public static final IntradayTickField TYPE
public static final IntradayTickField VALUE
public static final IntradayTickField SIZE
public static final IntradayTickField CONDITION_CODE
public static final IntradayTickField EXCHANGE_CODE
public static final IntradayTickField MIC_CODE
public static final IntradayTickField BROKER_BUY_CODE
public static final IntradayTickField BROKER_SELL_CODE
public static final IntradayTickField RPS_CODE
public static IntradayTickField[] values()
for (IntradayTickField c : IntradayTickField.values()) System.out.println(c);
public static IntradayTickField valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2013. All Rights Reserved.