- java.lang.Object
-
- org.quantlib.CalibrationPair
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class CalibrationPair extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description CalibrationPair()protectedCalibrationPair(long cPtr, boolean cMemoryOwn)CalibrationPair(CalibrationPair other)CalibrationPair(VanillaOption first, Quote second)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(CalibrationPair obj)VanillaOptiongetFirst()QuotegetSecond()voidsetFirst(VanillaOption value)voidsetSecond(Quote value)protected static longswigRelease(CalibrationPair obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
CalibrationPair
protected CalibrationPair(long cPtr, boolean cMemoryOwn)
-
CalibrationPair
public CalibrationPair()
-
CalibrationPair
public CalibrationPair(VanillaOption first, Quote second)
-
CalibrationPair
public CalibrationPair(CalibrationPair other)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(CalibrationPair obj)
-
swigRelease
protected static long swigRelease(CalibrationPair obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
setFirst
public void setFirst(VanillaOption value)
-
getFirst
public VanillaOption getFirst()
-
-