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