- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.CashFlow
-
- org.quantlib.Dividend
-
- org.quantlib.FractionalDividend
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class FractionalDividend extends Dividend implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description FractionalDividend(double rate, Date date)protectedFractionalDividend(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(FractionalDividend obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.CashFlow
amount, date, getCPtr, hasOccurred, hasOccurred
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
FractionalDividend
protected FractionalDividend(long cPtr, boolean cMemoryOwn)
-
FractionalDividend
public FractionalDividend(double rate, Date date)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(FractionalDividend obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classDividend
-
-