- java.lang.Object
-
- org.quantlib.EquityCashFlowPricer
-
- org.quantlib.EquityQuantoCashFlowPricer
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class EquityQuantoCashFlowPricer extends EquityCashFlowPricer implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEquityQuantoCashFlowPricer(long cPtr, boolean cMemoryOwn)EquityQuantoCashFlowPricer(YieldTermStructureHandle quantoCurrencyTermStructure, BlackVolTermStructureHandle equityVolatility, BlackVolTermStructureHandle fxVolatility, QuoteHandle correlation)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(EquityQuantoCashFlowPricer obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.EquityCashFlowPricer
getCPtr
-
-
-
-
Constructor Detail
-
EquityQuantoCashFlowPricer
protected EquityQuantoCashFlowPricer(long cPtr, boolean cMemoryOwn)
-
EquityQuantoCashFlowPricer
public EquityQuantoCashFlowPricer(YieldTermStructureHandle quantoCurrencyTermStructure, BlackVolTermStructureHandle equityVolatility, BlackVolTermStructureHandle fxVolatility, QuoteHandle correlation)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(EquityQuantoCashFlowPricer obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classEquityCashFlowPricer
-
finalize
protected void finalize()
- Overrides:
finalizein classEquityCashFlowPricer
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classEquityCashFlowPricer
-
-