- java.lang.Object
-
- org.quantlib.DeltaVolQuote.AtmType
-
- Enclosing class:
- DeltaVolQuote
public static final class DeltaVolQuote.AtmType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static DeltaVolQuote.AtmTypeAtmDeltaNeutralstatic DeltaVolQuote.AtmTypeAtmFwdstatic DeltaVolQuote.AtmTypeAtmGammaMaxstatic DeltaVolQuote.AtmTypeAtmNullstatic DeltaVolQuote.AtmTypeAtmPutCall50static DeltaVolQuote.AtmTypeAtmSpotstatic DeltaVolQuote.AtmTypeAtmVegaMax
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeltaVolQuote.AtmTypeswigToEnum(int swigValue)intswigValue()StringtoString()
-
-
-
Field Detail
-
AtmNull
public static final DeltaVolQuote.AtmType AtmNull
-
AtmSpot
public static final DeltaVolQuote.AtmType AtmSpot
-
AtmFwd
public static final DeltaVolQuote.AtmType AtmFwd
-
AtmDeltaNeutral
public static final DeltaVolQuote.AtmType AtmDeltaNeutral
-
AtmVegaMax
public static final DeltaVolQuote.AtmType AtmVegaMax
-
AtmGammaMax
public static final DeltaVolQuote.AtmType AtmGammaMax
-
AtmPutCall50
public static final DeltaVolQuote.AtmType AtmPutCall50
-
-
Method Detail
-
swigValue
public final int swigValue()
-
swigToEnum
public static DeltaVolQuote.AtmType swigToEnum(int swigValue)
-
-