SimpleCashFlow Class Reference
#include <ql/CashFlows/simplecashflow.hpp>
Inheritance diagram for SimpleCashFlow:

Detailed Description
Predetermined cash flow.This cash flow pays a predetermined amount at a given date.
Public Member Functions | |
SimpleCashFlow (Real amount, const Date &date) | |
CashFlow interface | |
Real | amount () const |
returns the amount of the cash flow | |
Date | date () const |
Visitability | |
virtual void | accept (AcyclicVisitor &) |
Member Function Documentation
|
returns the amount of the cash flow
Implements CashFlow. |
|
Implements CashFlow. |