Uses of Class
org.quantlib.Dividend
-
-
Uses of Dividend in org.quantlib
Subclasses of Dividend in org.quantlib Modifier and Type Class Description classFixedDividendclassFractionalDividendMethods in org.quantlib that return Dividend Modifier and Type Method Description DividendDividendSchedule. get(int index)DividendDividendSchedule. remove(int index)DividendDividendSchedule. set(int index, Dividend e)Methods in org.quantlib with parameters of type Dividend Modifier and Type Method Description voidDividendSchedule. add(int index, Dividend e)booleanDividendSchedule. add(Dividend e)protected static longDividend. getCPtr(Dividend obj)DividendDividendSchedule. set(int index, Dividend e)Constructors in org.quantlib with parameters of type Dividend Constructor Description DividendSchedule(int count, Dividend value)DividendSchedule(Dividend[] initialElements)Constructor parameters in org.quantlib with type arguments of type Dividend Constructor Description DividendSchedule(Iterable<Dividend> initialElements)
-