- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.PricingEngine
-
- org.quantlib.QdFpAmericanEngine
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class QdFpAmericanEngine extends PricingEngine implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQdFpAmericanEngine.FixedPointEquation
-
Constructor Summary
Constructors Modifier Constructor Description protectedQdFpAmericanEngine(long cPtr, boolean cMemoryOwn)QdFpAmericanEngine(GeneralizedBlackScholesProcess bsProcess)QdFpAmericanEngine(GeneralizedBlackScholesProcess bsProcess, QdFpIterationScheme iterationScheme)QdFpAmericanEngine(GeneralizedBlackScholesProcess bsProcess, QdFpIterationScheme iterationScheme, QdFpAmericanEngine.FixedPointEquation fpEquation)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QdFpIterationSchemeaccurateScheme()voiddelete()static QdFpIterationSchemefastScheme()protected voidfinalize()protected static longgetCPtr(QdFpAmericanEngine obj)static QdFpIterationSchemehighPrecisionScheme()protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.PricingEngine
getCPtr
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
QdFpAmericanEngine
protected QdFpAmericanEngine(long cPtr, boolean cMemoryOwn)
-
QdFpAmericanEngine
public QdFpAmericanEngine(GeneralizedBlackScholesProcess bsProcess, QdFpIterationScheme iterationScheme, QdFpAmericanEngine.FixedPointEquation fpEquation)
-
QdFpAmericanEngine
public QdFpAmericanEngine(GeneralizedBlackScholesProcess bsProcess, QdFpIterationScheme iterationScheme)
-
QdFpAmericanEngine
public QdFpAmericanEngine(GeneralizedBlackScholesProcess bsProcess)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(QdFpAmericanEngine obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classPricingEngine
-
finalize
protected void finalize()
- Overrides:
finalizein classPricingEngine
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classPricingEngine
-
fastScheme
public static QdFpIterationScheme fastScheme()
-
accurateScheme
public static QdFpIterationScheme accurateScheme()
-
highPrecisionScheme
public static QdFpIterationScheme highPrecisionScheme()
-
-