QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <swap.hpp>
Public Member Functions | |
void | validate () const override |
Public Member Functions inherited from PricingEngine::arguments | |
virtual | ~arguments ()=default |
virtual void | validate () const =0 |
Public Attributes | |
std::vector< Leg > | legs |
std::vector< Real > | payer |
|
overridevirtual |
Implements PricingEngine::arguments.
Reimplemented in Swaption::arguments, and YearOnYearInflationSwap::arguments.
Definition at line 171 of file swap.cpp.