public enum RiskLimitRequestingPartyRole extends Enum<RiskLimitRequestingPartyRole>
Enum Constant and Description |
---|
CLEARING_FIRM
requested by Clearing firm.
|
EXCHANGE
requested by Exchange.
|
EXECUTING_UNIT
requested by Executing firm.
|
NO_VALUE
Identifies no value.
|
Modifier and Type | Method and Description |
---|---|
static RiskLimitRequestingPartyRole |
forValue(byte value) |
byte |
getValue() |
static RiskLimitRequestingPartyRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RiskLimitRequestingPartyRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RiskLimitRequestingPartyRole NO_VALUE
public static final RiskLimitRequestingPartyRole CLEARING_FIRM
public static final RiskLimitRequestingPartyRole EXCHANGE
public static final RiskLimitRequestingPartyRole EXECUTING_UNIT
public static RiskLimitRequestingPartyRole[] values()
for (RiskLimitRequestingPartyRole c : RiskLimitRequestingPartyRole.values()) System.out.println(c);
public static RiskLimitRequestingPartyRole 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 RiskLimitRequestingPartyRole forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.