- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.PricingEngine
-
- org.quantlib.MCLDDiscreteArithmeticASEngine
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class MCLDDiscreteArithmeticASEngine extends PricingEngine implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMCLDDiscreteArithmeticASEngine(long cPtr, boolean cMemoryOwn)MCLDDiscreteArithmeticASEngine(GeneralizedBlackScholesProcess process)MCLDDiscreteArithmeticASEngine(GeneralizedBlackScholesProcess process, boolean brownianBridge)MCLDDiscreteArithmeticASEngine(GeneralizedBlackScholesProcess process, boolean brownianBridge, boolean antitheticVariate)MCLDDiscreteArithmeticASEngine(GeneralizedBlackScholesProcess process, boolean brownianBridge, boolean antitheticVariate, int requiredSamples)MCLDDiscreteArithmeticASEngine(GeneralizedBlackScholesProcess process, boolean brownianBridge, boolean antitheticVariate, int requiredSamples, double requiredTolerance)MCLDDiscreteArithmeticASEngine(GeneralizedBlackScholesProcess process, boolean brownianBridge, boolean antitheticVariate, int requiredSamples, double requiredTolerance, int maxSamples)MCLDDiscreteArithmeticASEngine(GeneralizedBlackScholesProcess process, boolean brownianBridge, boolean antitheticVariate, int requiredSamples, double requiredTolerance, int maxSamples, int seed)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(MCLDDiscreteArithmeticASEngine obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.PricingEngine
getCPtr
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
MCLDDiscreteArithmeticASEngine
protected MCLDDiscreteArithmeticASEngine(long cPtr, boolean cMemoryOwn)
-
MCLDDiscreteArithmeticASEngine
public MCLDDiscreteArithmeticASEngine(GeneralizedBlackScholesProcess process, boolean brownianBridge, boolean antitheticVariate, int requiredSamples, double requiredTolerance, int maxSamples, int seed)
-
MCLDDiscreteArithmeticASEngine
public MCLDDiscreteArithmeticASEngine(GeneralizedBlackScholesProcess process, boolean brownianBridge, boolean antitheticVariate, int requiredSamples, double requiredTolerance, int maxSamples)
-
MCLDDiscreteArithmeticASEngine
public MCLDDiscreteArithmeticASEngine(GeneralizedBlackScholesProcess process, boolean brownianBridge, boolean antitheticVariate, int requiredSamples, double requiredTolerance)
-
MCLDDiscreteArithmeticASEngine
public MCLDDiscreteArithmeticASEngine(GeneralizedBlackScholesProcess process, boolean brownianBridge, boolean antitheticVariate, int requiredSamples)
-
MCLDDiscreteArithmeticASEngine
public MCLDDiscreteArithmeticASEngine(GeneralizedBlackScholesProcess process, boolean brownianBridge, boolean antitheticVariate)
-
MCLDDiscreteArithmeticASEngine
public MCLDDiscreteArithmeticASEngine(GeneralizedBlackScholesProcess process, boolean brownianBridge)
-
MCLDDiscreteArithmeticASEngine
public MCLDDiscreteArithmeticASEngine(GeneralizedBlackScholesProcess process)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(MCLDDiscreteArithmeticASEngine 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
-
-