|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Dummy payoff class. More...
#include <payoffs.hpp>
Inheritance diagram for NullPayoff:
Collaboration diagram for NullPayoff:Public Member Functions | |
Payoff interface | |
| std::string | name () const override |
| std::string | description () const override |
| Real | operator() (Real price) const override |
| void | accept (AcyclicVisitor &) override |
Public Member Functions inherited from Payoff | |
| virtual | ~Payoff ()=default |
Dummy payoff class.
Definition at line 36 of file payoffs.hpp.
|
overridevirtual |
Implements Payoff.
Definition at line 27 of file payoffs.cpp.
Here is the caller graph for this function:
|
overridevirtual |
Implements Payoff.
Definition at line 31 of file payoffs.cpp.
Here is the call graph for this function:Implements Payoff.
Definition at line 35 of file payoffs.cpp.
|
overridevirtual |
Reimplemented from Payoff.
Definition at line 39 of file payoffs.cpp.
Here is the call graph for this function: