FixedDividend Class Reference
#include <ql/CashFlows/dividend.hpp>
Inheritance diagram for FixedDividend:

Detailed Description
Predetermined cash flow.This cash flow pays a predetermined amount at a given date.
Public Member Functions | |
FixedDividend (Real amount, const Date &date) | |
CashFlow interface | |
virtual Real | amount () const |
returns the amount of the cash flow | |
virtual Real | amount (Real underlying) const |
Protected Attributes | |
Real | amount_ |
Member Function Documentation
|
returns the amount of the cash flow
Implements Dividend. |