public enum UnderlyingSymbolSfx extends Enum<UnderlyingSymbolSfx>
Enum Constant and Description |
---|
Eucp
EUCP with lump-sum interest rather than discount price.
|
None
Default value.
|
WhenIssued
"When Issued" for a security to be reissued under an old CUSIP or ISIN.
|
Modifier and Type | Method and Description |
---|---|
static UnderlyingSymbolSfx |
forValue(String value)
Returns enum value for the int representation
|
String |
getValue()
Gets current value.
|
static UnderlyingSymbolSfx |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnderlyingSymbolSfx[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnderlyingSymbolSfx None
public static final UnderlyingSymbolSfx Eucp
public static final UnderlyingSymbolSfx WhenIssued
public static UnderlyingSymbolSfx[] values()
for (UnderlyingSymbolSfx c : UnderlyingSymbolSfx.values()) System.out.println(c);
public static UnderlyingSymbolSfx 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 String getValue()
public static UnderlyingSymbolSfx forValue(String value)
value
- valueCopyright © 2014–2025 Onix Solutions. All rights reserved.