QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
market quote whose value depends on another quote More...
Go to the source code of this file.
Classes | |
class | DerivedQuote< UnaryFunction > |
market quote whose value depends on another quote More... | |
Namespaces | |
namespace | QuantLib |
Functions | |
template<class UnaryFunction > | |
DerivedQuote< UnaryFunction > | makeDerivedQuote (const Handle< Quote > &element, const UnaryFunction &f) |
creator method More... | |
market quote whose value depends on another quote
Definition in file derivedquote.hpp.