public static enum DataStructureInterface.StandardEvents extends java.lang.Enum<DataStructureInterface.StandardEvents>
| Enum Constant and Description |
|---|
DEPTH
Type corresponding to
DepthAggregationEvent |
ORDER
Type corresponding to
OrderUpdatesExecutionsAggregationEvent |
TRADE
Type corresponding to
TradeAggregationEvent |
| Modifier and Type | Method and Description |
|---|---|
static DataStructureInterface.StandardEvents |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataStructureInterface.StandardEvents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataStructureInterface.StandardEvents TRADE
TradeAggregationEventpublic static final DataStructureInterface.StandardEvents DEPTH
DepthAggregationEventpublic static final DataStructureInterface.StandardEvents ORDER
OrderUpdatesExecutionsAggregationEventpublic static DataStructureInterface.StandardEvents[] values()
for (DataStructureInterface.StandardEvents c : DataStructureInterface.StandardEvents.values()) System.out.println(c);
public static DataStructureInterface.StandardEvents 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