public enum SessionSubMode extends Enum<SessionSubMode>
| Enum Constant and Description |
|---|
NO_VALUE
Identifies no value.
|
REGULAR_BACK_OFFICE_SESSION
Regular Back Office Session.
|
REGULAR_TRADING_SESSION
Regular Trading Session.
|
SPONSORED_ACCESS_BACK_OFFICE_SESSION
Sponsored Access Back Office Session.
|
SPONSORED_ACCESS_TRADING_SESSION
Sponsored Access Trading Session.
|
| Modifier and Type | Method and Description |
|---|---|
static SessionSubMode |
forValue(byte value) |
byte |
getValue() |
static SessionSubMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionSubMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionSubMode NO_VALUE
public static final SessionSubMode REGULAR_TRADING_SESSION
public static final SessionSubMode REGULAR_BACK_OFFICE_SESSION
public static final SessionSubMode SPONSORED_ACCESS_TRADING_SESSION
public static final SessionSubMode SPONSORED_ACCESS_BACK_OFFICE_SESSION
public static SessionSubMode[] values()
for (SessionSubMode c : SessionSubMode.values()) System.out.println(c);
public static SessionSubMode 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 SessionSubMode forValue(byte value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.