- java.lang.Object
-
- org.quantlib.Exercise
-
- org.quantlib.RebatedExercise
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class RebatedExercise extends Exercise implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.quantlib.Exercise
Exercise.Type
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRebatedExercise(long cPtr, boolean cMemoryOwn)RebatedExercise(Exercise exercise, DoubleVector rebates)RebatedExercise(Exercise exercise, DoubleVector rebates, long rebateSettlementDays)RebatedExercise(Exercise exercise, DoubleVector rebates, long rebateSettlementDays, Calendar rebatePaymentCalendar)RebatedExercise(Exercise exercise, DoubleVector rebates, long rebateSettlementDays, Calendar rebatePaymentCalendar, BusinessDayConvention rebatePaymentConvention)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(RebatedExercise obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.Exercise
date, dateAt, dates, exerciseType, getCPtr, lastDate, type
-
-
-
-
Constructor Detail
-
RebatedExercise
protected RebatedExercise(long cPtr, boolean cMemoryOwn)
-
RebatedExercise
public RebatedExercise(Exercise exercise, DoubleVector rebates, long rebateSettlementDays, Calendar rebatePaymentCalendar, BusinessDayConvention rebatePaymentConvention)
-
RebatedExercise
public RebatedExercise(Exercise exercise, DoubleVector rebates, long rebateSettlementDays, Calendar rebatePaymentCalendar)
-
RebatedExercise
public RebatedExercise(Exercise exercise, DoubleVector rebates, long rebateSettlementDays)
-
RebatedExercise
public RebatedExercise(Exercise exercise, DoubleVector rebates)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(RebatedExercise obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classExercise
-
-