public enum RequestingPartyIdExecutingSystem extends Enum<RequestingPartyIdExecutingSystem>
| Enum Constant and Description |
|---|
EUREXCLEARING
Eurex Clearing.
|
NO_VALUE
Identifies no value.
|
T7
T7 trading system.
|
| Modifier and Type | Method and Description |
|---|---|
static RequestingPartyIdExecutingSystem |
forValue(int value) |
int |
getValue() |
static RequestingPartyIdExecutingSystem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestingPartyIdExecutingSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestingPartyIdExecutingSystem NO_VALUE
public static final RequestingPartyIdExecutingSystem EUREXCLEARING
public static final RequestingPartyIdExecutingSystem T7
public static RequestingPartyIdExecutingSystem[] values()
for (RequestingPartyIdExecutingSystem c : RequestingPartyIdExecutingSystem.values()) System.out.println(c);
public static RequestingPartyIdExecutingSystem 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 int getValue()
public static RequestingPartyIdExecutingSystem forValue(int value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.