public static enum SwaptionDataLattice.QuotingConvention extends Enum<SwaptionDataLattice.QuotingConvention>
| Enum Constant and Description |
|---|
PAYERPRICE |
PAYERVOLATILITYLOGNORMAL |
PAYERVOLATILITYNORMAL |
RECEIVERPRICE |
| Modifier and Type | Method and Description |
|---|---|
static SwaptionDataLattice.QuotingConvention |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwaptionDataLattice.QuotingConvention[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwaptionDataLattice.QuotingConvention PAYERVOLATILITYLOGNORMAL
public static final SwaptionDataLattice.QuotingConvention PAYERVOLATILITYNORMAL
public static final SwaptionDataLattice.QuotingConvention PAYERPRICE
public static final SwaptionDataLattice.QuotingConvention RECEIVERPRICE
public static SwaptionDataLattice.QuotingConvention[] values()
for (SwaptionDataLattice.QuotingConvention c : SwaptionDataLattice.QuotingConvention.values()) System.out.println(c);
public static SwaptionDataLattice.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.