QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
basic option arguments More...
#include <option.hpp>
Public Member Functions | |
arguments ()=default | |
void | validate () const override |
Public Member Functions inherited from PricingEngine::arguments | |
virtual | ~arguments ()=default |
virtual void | validate () const =0 |
Public Attributes | |
ext::shared_ptr< Payoff > | payoff |
ext::shared_ptr< Exercise > | exercise |
basic option arguments
Definition at line 57 of file option.hpp.
|
default |
|
overridevirtual |
Implements PricingEngine::arguments.
Definition at line 60 of file option.hpp.
ext::shared_ptr<Payoff> payoff |
Definition at line 64 of file option.hpp.
ext::shared_ptr<Exercise> exercise |
Definition at line 65 of file option.hpp.