public enum UnderlyingPriceDeterminationMethod extends Enum<UnderlyingPriceDeterminationMethod>
| Enum Constant and Description |
|---|
AverageValue
Average value (Asian option).
|
None
Default value.
|
OptimalValue
Optimal value (Lookback).
|
Regular
Regular.
|
SpecialReference
Special reference.
|
| Modifier and Type | Method and Description |
|---|---|
static UnderlyingPriceDeterminationMethod |
forValue(int value)
Returns enum value for the int representation
|
int |
getValue()
Gets current value.
|
static UnderlyingPriceDeterminationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnderlyingPriceDeterminationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnderlyingPriceDeterminationMethod None
public static final UnderlyingPriceDeterminationMethod Regular
public static final UnderlyingPriceDeterminationMethod SpecialReference
public static final UnderlyingPriceDeterminationMethod OptimalValue
public static final UnderlyingPriceDeterminationMethod AverageValue
public static UnderlyingPriceDeterminationMethod[] values()
for (UnderlyingPriceDeterminationMethod c : UnderlyingPriceDeterminationMethod.values()) System.out.println(c);
public static UnderlyingPriceDeterminationMethod 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 UnderlyingPriceDeterminationMethod forValue(int value)
value - valueCopyright © 2014–2025 Onix Solutions. All rights reserved.