public enum SecurityTradingEvent extends Enum<SecurityTradingEvent> implements EnumValue
Enum Constant and Description |
---|
CHANGE_OF_BOOK_TYPE |
CHANGE_OF_MARKET_DEPTH |
CHANGE_OF_SECURITY_TRADING_STATUS |
CHANGE_OF_TRADING_SESSION |
CHANGE_OF_TRADING_SUBSESSION |
ORDER_IMBALANCE |
PRICE_VOLATILITY_INTERRUPTION |
TRADING_RESUMES |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
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 ORDER_IMBALANCE
public static final SecurityTradingEvent TRADING_RESUMES
public static final SecurityTradingEvent PRICE_VOLATILITY_INTERRUPTION
public static final SecurityTradingEvent CHANGE_OF_TRADING_SESSION
public static final SecurityTradingEvent CHANGE_OF_TRADING_SUBSESSION
public static final SecurityTradingEvent CHANGE_OF_SECURITY_TRADING_STATUS
public static final SecurityTradingEvent CHANGE_OF_BOOK_TYPE
public static final SecurityTradingEvent CHANGE_OF_MARKET_DEPTH
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 boolean equals(byte[] val, int offset, int length)
Copyright © 2000–2022 EPAM Systems. All rights reserved.