- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.Index
-
- org.quantlib.InterestRateIndex
-
- org.quantlib.SwapIndex
-
- org.quantlib.ChfLiborSwapIsdaFix
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class ChfLiborSwapIsdaFix extends SwapIndex implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedChfLiborSwapIsdaFix(long cPtr, boolean cMemoryOwn)ChfLiborSwapIsdaFix(Period tenor)ChfLiborSwapIsdaFix(Period tenor, YieldTermStructureHandle h)ChfLiborSwapIsdaFix(Period tenor, YieldTermStructureHandle h1, YieldTermStructureHandle h2)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(ChfLiborSwapIsdaFix obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.SwapIndex
clone, clone, clone, discountingTermStructure, fixedLegConvention, fixedLegTenor, forwardingTermStructure, getCPtr, iborIndex
-
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
-
ChfLiborSwapIsdaFix
protected ChfLiborSwapIsdaFix(long cPtr, boolean cMemoryOwn)
-
ChfLiborSwapIsdaFix
public ChfLiborSwapIsdaFix(Period tenor, YieldTermStructureHandle h)
-
ChfLiborSwapIsdaFix
public ChfLiborSwapIsdaFix(Period tenor)
-
ChfLiborSwapIsdaFix
public ChfLiborSwapIsdaFix(Period tenor, YieldTermStructureHandle h1, YieldTermStructureHandle h2)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(ChfLiborSwapIsdaFix obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classSwapIndex
-
-