- java.lang.Object
-
- org.quantlib.FloatingRateCouponPricer
-
- org.quantlib.SubPeriodsPricer
-
- org.quantlib.CompoundingRatePricer
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class CompoundingRatePricer extends SubPeriodsPricer implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description CompoundingRatePricer()protectedCompoundingRatePricer(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(CompoundingRatePricer obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.SubPeriodsPricer
getCPtr
-
Methods inherited from class org.quantlib.FloatingRateCouponPricer
capletPrice, capletRate, floorletPrice, floorletRate, getCPtr, swapletPrice, swapletRate
-
-
-
-
Constructor Detail
-
CompoundingRatePricer
protected CompoundingRatePricer(long cPtr, boolean cMemoryOwn)
-
CompoundingRatePricer
public CompoundingRatePricer()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(CompoundingRatePricer obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classSubPeriodsPricer
-
finalize
protected void finalize()
- Overrides:
finalizein classSubPeriodsPricer
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classSubPeriodsPricer
-
-