-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class Destr extends OvernightIndex implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description Destr()protectedDestr(long cPtr, boolean cMemoryOwn)Destr(YieldTermStructureHandle h)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(Destr obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.OvernightIndex
clone, getCPtr
-
Methods inherited from class org.quantlib.IborIndex
businessDayConvention, endOfMonth, forwardingTermStructure, getCPtr
-
Methods inherited from class org.quantlib.InterestRateIndex
currency, dayCounter, familyName, fixingDate, fixingDays, getCPtr, maturityDate, tenor, valueDate
-
Methods inherited from class org.quantlib.Index
addFixing, addFixing, addFixings, addFixings, clearFixings, fixing, fixing, fixingCalendar, getCPtr, hasHistoricalFixing, isValidFixingDate, name, timeSeries, toString
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
Destr
protected Destr(long cPtr, boolean cMemoryOwn)
-
Destr
public Destr(YieldTermStructureHandle h)
-
Destr
public Destr()
-
-
Method Detail
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classOvernightIndex
-
finalize
protected void finalize()
- Overrides:
finalizein classOvernightIndex
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classOvernightIndex
-
-