Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Attributes | List of all members
DependencyGraph::Node Struct Reference

#include <ored/marketdata/dependencygraph.hpp>

+ Collaboration diagram for DependencyGraph::Node:

Public Attributes

MarketObject obj
 
std::string name
 
std::string mapping
 
QuantLib::ext::shared_ptr< CurveSpeccurveSpec
 
bool built
 

Detailed Description

Definition at line 94 of file dependencygraph.hpp.

Member Data Documentation

◆ obj

Definition at line 95 of file dependencygraph.hpp.

◆ name

std::string name

Definition at line 96 of file dependencygraph.hpp.

◆ mapping

std::string mapping

Definition at line 97 of file dependencygraph.hpp.

◆ curveSpec

QuantLib::ext::shared_ptr<CurveSpec> curveSpec

Definition at line 98 of file dependencygraph.hpp.

◆ built

bool built

Definition at line 99 of file dependencygraph.hpp.