public enum SecurityTradingEvent extends Enum<SecurityTradingEvent>
Enum Constant and Description |
---|
IMPLIED_MATCHING_OFF
Implied Matching OFF.
|
IMPLIED_MATCHING_ON
Implied Matching ON.
|
NO_CANCEL
No Cancel.
|
NO_EVENT
No event.
|
RESET_STATISTICS
Reset statistics.
|
Modifier and Type | Method and Description |
---|---|
static SecurityTradingEvent |
forValue(int value)
Convert int to enumeration.
|
int |
getValue()
Get int value.
|
static SecurityTradingEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityTradingEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityTradingEvent NO_EVENT
public static final SecurityTradingEvent NO_CANCEL
public static final SecurityTradingEvent RESET_STATISTICS
public static final SecurityTradingEvent IMPLIED_MATCHING_ON
public static final SecurityTradingEvent IMPLIED_MATCHING_OFF
public static SecurityTradingEvent[] values()
for (SecurityTradingEvent c : SecurityTradingEvent.values()) System.out.println(c);
public static SecurityTradingEvent 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 nullpublic int getValue()
public static SecurityTradingEvent forValue(int value)
value
- int value.Copyright © 2010–2020 Onix Solutions. All rights reserved.