public enum TradingSessionSubId extends Enum<TradingSessionSubId>
Enum Constant and Description |
---|
ANY_AUCTION
Any auction.
|
CLOSING_AUCTION
Closing or closing auction.
|
NO_VALUE
Identifies no value.
|
OPENING_AUCTION
Opening or opening auction.
|
Modifier and Type | Method and Description |
---|---|
static TradingSessionSubId |
forValue(byte value) |
byte |
getValue() |
static TradingSessionSubId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TradingSessionSubId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TradingSessionSubId NO_VALUE
public static final TradingSessionSubId OPENING_AUCTION
public static final TradingSessionSubId CLOSING_AUCTION
public static final TradingSessionSubId ANY_AUCTION
public static TradingSessionSubId[] values()
for (TradingSessionSubId c : TradingSessionSubId.values()) System.out.println(c);
public static TradingSessionSubId 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 TradingSessionSubId forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.