Definition in file binomial.cpp.
#include "americanfudge.h"
#include "american_option_approximation.h"
#include "binomial.h"
#include "Bisection.h"
Include dependency graph for binomial.cpp:

Go to the source code of this file.
Defines | |
| #define | CHECK(y, z, a) |
| #define | Funcname "binomial_option::check_attributes" |
| #define CHECK | ( | y, | |||
| z, | |||||
| a | ) |
Value:
if (y) {_error_msg = #y" at line "\ #z" in " #a"::check_attributes"; \ return (_erno = z);}
Definition at line 231 of file binomial.cpp.
Referenced by european_option_pair::check_attributes(), binomial_option::check_attributes(), american_option_fudge::check_attributes(), american_option_approximation::check_attributes(), option_pair::strictly_check_attributes(), and binomial_option::strictly_check_attributes().
1.5.1