public enum TradSesEvent extends Enum<TradSesEvent>
Enum Constant and Description |
---|
END_OF_DAY_SERVICE
End of Service.
|
END_OF_RESTATEMENT
End of Restatement.
|
MARKET_RESET
Market Reset.
|
NO_VALUE
Identifies no value.
|
SERVICE_RESUMED
Service Resumed.
|
START_OF_SERVICE
Start of Service.
|
Modifier and Type | Method and Description |
---|---|
static TradSesEvent |
forValue(byte value) |
byte |
getValue() |
static TradSesEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TradSesEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TradSesEvent NO_VALUE
public static final TradSesEvent START_OF_SERVICE
public static final TradSesEvent MARKET_RESET
public static final TradSesEvent END_OF_RESTATEMENT
public static final TradSesEvent END_OF_DAY_SERVICE
public static final TradSesEvent SERVICE_RESUMED
public static TradSesEvent[] values()
for (TradSesEvent c : TradSesEvent.values()) System.out.println(c);
public static TradSesEvent 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 byte getValue()
public static TradSesEvent forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.