public static enum VolatilitySurface.QuotingConvention extends Enum<VolatilitySurface.QuotingConvention>
| Enum Constant and Description |
|---|
PRICE |
VOLATILITYLOGNORMAL |
VOLATILITYNORMAL |
| Modifier and Type | Method and Description |
|---|---|
static VolatilitySurface.QuotingConvention |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolatilitySurface.QuotingConvention[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VolatilitySurface.QuotingConvention VOLATILITYLOGNORMAL
public static final VolatilitySurface.QuotingConvention VOLATILITYNORMAL
public static final VolatilitySurface.QuotingConvention PRICE
public static VolatilitySurface.QuotingConvention[] values()
for (VolatilitySurface.QuotingConvention c : VolatilitySurface.QuotingConvention.values()) System.out.println(c);
public static VolatilitySurface.QuotingConvention 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 nullCopyright © 2019. All rights reserved.