Enum Constant and Description |
---|
COMBINATIONS_AND_COMPONENTS |
FUTURES |
MEASUREMENTS |
OPTIONS |
ORDERS |
PORTFOLIO_VALUES |
PROPERTIES |
SUBSCRIPTIONS |
TRADES |
Modifier and Type | Method and Description |
---|---|
static ResetType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResetType TRADES
public static final ResetType ORDERS
public static final ResetType SUBSCRIPTIONS
public static final ResetType COMBINATIONS_AND_COMPONENTS
public static final ResetType PROPERTIES
public static final ResetType MEASUREMENTS
public static final ResetType PORTFOLIO_VALUES
public static final ResetType OPTIONS
public static final ResetType FUTURES
public static ResetType[] values()
for (ResetType c : ResetType.values()) System.out.println(c);
public static ResetType 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 null