QuantLib_ExchangeRate (3) Linux Manual Page
QuantLib::ExchangeRate – exchange rate between two currencies Synopsis#include <ql/exchangerate.hpp> Public Typesenum Type { Direct, Derived } Public Member FunctionsConstructors ExchangeRate () ExchangeRate (const Currency &source, const Currency &target, Decimal rate) Inspectors const Currency & source () const the source currency. const Currency & target () const the target currency. Type type () const the type…
