public enum RiskStatus extends java.lang.Enum<RiskStatus>
| Enum Constant and Description |
|---|
_INVALID |
INVALID_ADMIN |
INVALID_AMOUNT |
INVALID_DROPCOPY_FEED |
INVALID_DROPCOPY_SEQID |
INVALID_FEED |
INVALID_GROUP |
INVALID_MARKET |
INVALID_PERMISSIONS |
INVALID_SETTLDATE |
INVALID_USER |
MISSING_RISK_DATA |
SUCCESS |
| Modifier and Type | Field and Description |
|---|---|
byte |
val |
| Modifier and Type | Method and Description |
|---|---|
byte |
get() |
static RiskStatus |
get(byte value) |
static java.util.Collection<RiskStatus> |
validValues() |
static RiskStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RiskStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RiskStatus SUCCESS
public static final RiskStatus INVALID_PERMISSIONS
public static final RiskStatus INVALID_GROUP
public static final RiskStatus INVALID_USER
public static final RiskStatus INVALID_ADMIN
public static final RiskStatus INVALID_FEED
public static final RiskStatus INVALID_MARKET
public static final RiskStatus INVALID_SETTLDATE
public static final RiskStatus INVALID_AMOUNT
public static final RiskStatus INVALID_DROPCOPY_SEQID
public static final RiskStatus INVALID_DROPCOPY_FEED
public static final RiskStatus MISSING_RISK_DATA
public static final RiskStatus _INVALID
public static RiskStatus[] values()
for (RiskStatus c : RiskStatus.values()) System.out.println(c);
public static RiskStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic byte get()
public static RiskStatus get(byte value)
public static java.util.Collection<RiskStatus> validValues()