public static enum StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType extends java.lang.Enum<StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType>
| Enum Constant and Description |
|---|
DEPTH_MBO |
DEPTH_MBP |
INSTRUMENTS |
ORDERS |
OTHER
Everything not listed above.
|
TRADES |
| Modifier and Type | Method and Description |
|---|---|
static StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType INSTRUMENTS
public static final StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType DEPTH_MBP
public static final StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType DEPTH_MBO
public static final StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType TRADES
public static final StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType ORDERS
public static final StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType OTHER
public static StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType[] values()
for (StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType c : StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType.values()) System.out.println(c);
public static StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType 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