- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.YoYHelper
-
- org.quantlib.YearOnYearInflationSwapHelper
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class YearOnYearInflationSwapHelper extends YoYHelper implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedYearOnYearInflationSwapHelper(long cPtr, boolean cMemoryOwn)YearOnYearInflationSwapHelper(QuoteHandle quote, Period lag, Date maturity, Calendar calendar, BusinessDayConvention bdc, DayCounter dayCounter, YoYInflationIndex index, YieldTermStructureHandle nominalTS)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(YearOnYearInflationSwapHelper obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.YoYHelper
earliestDate, getCPtr, impliedQuote, latestDate, latestRelevantDate, maturityDate, pillarDate, quote, quoteError
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
YearOnYearInflationSwapHelper
protected YearOnYearInflationSwapHelper(long cPtr, boolean cMemoryOwn)
-
YearOnYearInflationSwapHelper
public YearOnYearInflationSwapHelper(QuoteHandle quote, Period lag, Date maturity, Calendar calendar, BusinessDayConvention bdc, DayCounter dayCounter, YoYInflationIndex index, YieldTermStructureHandle nominalTS)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(YearOnYearInflationSwapHelper obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classYoYHelper
-
-