Base class for FX Linked cashflows. More...
#include <qle/cashflows/fxlinkedcashflow.hpp>
Inheritance diagram for FXLinked:Public Member Functions | |
| FXLinked (const Date &fixingDate, Real foreignAmount, QuantLib::ext::shared_ptr< FxIndex > fxIndex) | |
| Date | fxFixingDate () const |
| Real | foreignAmount () const |
| const QuantLib::ext::shared_ptr< FxIndex > & | fxIndex () const |
| Real | fxRate () const |
| virtual QuantLib::ext::shared_ptr< FXLinked > | clone (QuantLib::ext::shared_ptr< FxIndex > fxIndex)=0 |
Protected Attributes | |
| Date | fxFixingDate_ |
| Real | foreignAmount_ |
| QuantLib::ext::shared_ptr< FxIndex > | fxIndex_ |
Base class for FX Linked cashflows.