- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.PricingEngine
-
- org.quantlib.FdOrnsteinUhlenbeckVanillaEngine
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class FdOrnsteinUhlenbeckVanillaEngine extends PricingEngine implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(FdOrnsteinUhlenbeckVanillaEngine obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.PricingEngine
getCPtr
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
FdOrnsteinUhlenbeckVanillaEngine
protected FdOrnsteinUhlenbeckVanillaEngine(long cPtr, boolean cMemoryOwn)
-
FdOrnsteinUhlenbeckVanillaEngine
public FdOrnsteinUhlenbeckVanillaEngine(OrnsteinUhlenbeckProcess arg0, YieldTermStructure rTS, long tGrid, long xGrid, long dampingSteps, double epsilon, FdmSchemeDesc schemeDesc)
-
FdOrnsteinUhlenbeckVanillaEngine
public FdOrnsteinUhlenbeckVanillaEngine(OrnsteinUhlenbeckProcess arg0, YieldTermStructure rTS, long tGrid, long xGrid, long dampingSteps, double epsilon)
-
FdOrnsteinUhlenbeckVanillaEngine
public FdOrnsteinUhlenbeckVanillaEngine(OrnsteinUhlenbeckProcess arg0, YieldTermStructure rTS, long tGrid, long xGrid, long dampingSteps)
-
FdOrnsteinUhlenbeckVanillaEngine
public FdOrnsteinUhlenbeckVanillaEngine(OrnsteinUhlenbeckProcess arg0, YieldTermStructure rTS, long tGrid, long xGrid)
-
FdOrnsteinUhlenbeckVanillaEngine
public FdOrnsteinUhlenbeckVanillaEngine(OrnsteinUhlenbeckProcess arg0, YieldTermStructure rTS, long tGrid)
-
FdOrnsteinUhlenbeckVanillaEngine
public FdOrnsteinUhlenbeckVanillaEngine(OrnsteinUhlenbeckProcess arg0, YieldTermStructure rTS)
-
FdOrnsteinUhlenbeckVanillaEngine
public FdOrnsteinUhlenbeckVanillaEngine(OrnsteinUhlenbeckProcess arg0, YieldTermStructure rTS, DividendSchedule dividends, long tGrid, long xGrid, long dampingSteps, double epsilon, FdmSchemeDesc schemeDesc)
-
FdOrnsteinUhlenbeckVanillaEngine
public FdOrnsteinUhlenbeckVanillaEngine(OrnsteinUhlenbeckProcess arg0, YieldTermStructure rTS, DividendSchedule dividends, long tGrid, long xGrid, long dampingSteps, double epsilon)
-
FdOrnsteinUhlenbeckVanillaEngine
public FdOrnsteinUhlenbeckVanillaEngine(OrnsteinUhlenbeckProcess arg0, YieldTermStructure rTS, DividendSchedule dividends, long tGrid, long xGrid, long dampingSteps)
-
FdOrnsteinUhlenbeckVanillaEngine
public FdOrnsteinUhlenbeckVanillaEngine(OrnsteinUhlenbeckProcess arg0, YieldTermStructure rTS, DividendSchedule dividends, long tGrid, long xGrid)
-
FdOrnsteinUhlenbeckVanillaEngine
public FdOrnsteinUhlenbeckVanillaEngine(OrnsteinUhlenbeckProcess arg0, YieldTermStructure rTS, DividendSchedule dividends, long tGrid)
-
FdOrnsteinUhlenbeckVanillaEngine
public FdOrnsteinUhlenbeckVanillaEngine(OrnsteinUhlenbeckProcess arg0, YieldTermStructure rTS, DividendSchedule dividends)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(FdOrnsteinUhlenbeckVanillaEngine 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
-
-