QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <exchangeratemanager.hpp>
Public Member Functions | |
Entry ()=default | |
Entry (ExchangeRate rate, const Date &start, const Date &end) | |
Public Attributes | |
ExchangeRate | rate |
Date | startDate |
Date | endDate |
Definition at line 73 of file exchangeratemanager.hpp.
|
default |
Entry | ( | ExchangeRate | rate, |
const Date & | start, | ||
const Date & | end | ||
) |
Definition at line 75 of file exchangeratemanager.hpp.
ExchangeRate rate |
Definition at line 77 of file exchangeratemanager.hpp.
Date startDate |
Definition at line 78 of file exchangeratemanager.hpp.
Date endDate |
Definition at line 78 of file exchangeratemanager.hpp.