|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <compoundoption.hpp>
Inheritance diagram for CompoundOption::arguments:
Collaboration diagram for CompoundOption::arguments:Public Member Functions | |
| void | validate () const override |
Public Attributes | |
| ext::shared_ptr< StrikedTypePayoff > | daughterPayoff |
| ext::shared_ptr< Exercise > | daughterExercise |
Definition at line 53 of file compoundoption.hpp.
|
override |
| ext::shared_ptr<StrikedTypePayoff> daughterPayoff |
Definition at line 55 of file compoundoption.hpp.
| ext::shared_ptr<Exercise> daughterExercise |
Definition at line 56 of file compoundoption.hpp.