#include <ored/marketdata/dependencygraph.hpp>
Collaboration diagram for DependencyGraph::Node:Public Attributes | |
| MarketObject | obj |
| std::string | name |
| std::string | mapping |
| QuantLib::ext::shared_ptr< CurveSpec > | curveSpec |
| bool | built |
Definition at line 94 of file dependencygraph.hpp.
| MarketObject obj |
Definition at line 95 of file dependencygraph.hpp.
| std::string name |
Definition at line 96 of file dependencygraph.hpp.
| std::string mapping |
Definition at line 97 of file dependencygraph.hpp.
| QuantLib::ext::shared_ptr<CurveSpec> curveSpec |
Definition at line 98 of file dependencygraph.hpp.
| bool built |
Definition at line 99 of file dependencygraph.hpp.