public enum TradingSessionSubID extends Enum<TradingSessionSubID> implements EnumValue
Enum Constant and Description |
---|
CLOSING |
INTRADAY_AUCTION |
OPENING |
POST_TRADING |
PRE_TRADING |
QUIESCENT |
TRADING |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
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 PRE_TRADING
public static final TradingSessionSubID OPENING
public static final TradingSessionSubID TRADING
public static final TradingSessionSubID CLOSING
public static final TradingSessionSubID POST_TRADING
public static final TradingSessionSubID INTRADAY_AUCTION
public static final TradingSessionSubID QUIESCENT
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 boolean equals(byte[] val, int offset, int length)
Copyright © 2000–2022 EPAM Systems. All rights reserved.