|
|
| DefaultCurveConfig (const string &curveId, const string &curveDescription, const string ¤cy, const std::map< int, Config > &configs) |
| | the curve builder will try to build the configs by ascending key in the map, first success wins
|
| |
|
| DefaultCurveConfig (const string &curveID, const string &curveDescription, const string ¤cy, const Config &config) |
| | single config ctor
|
| |
|
| DefaultCurveConfig () |
| | default ctor
|
| |
|
| CurveConfig (const string &curveID, const string &curveDescription, const vector< string > "es=vector< string >()) |
| | Detailed constructor.
|
| |
|
| CurveConfig () |
| | Default constructor.
|
| |
|
const string & | curveID () const |
| |
|
const string & | curveDescription () const |
| |
|
const set< string > & | requiredCurveIds (const CurveSpec::CurveType &curveType) const |
| |
|
const map< CurveSpec::CurveType, set< string > > & | requiredCurveIds () const |
| |
|
string & | curveID () |
| |
|
string & | curveDescription () |
| |
|
set< string > & | requiredCurveIds (const CurveSpec::CurveType &curveType) |
| |
|
map< CurveSpec::CurveType, set< string > > & | requiredCurveIds () |
| |
|
virtual const vector< string > & | quotes () |
| | Return all the market quotes required for this config.
|
| |
|
void | fromFile (const std::string &filename) |
| |
|
void | toFile (const std::string &filename) const |
| |
|
void | fromXMLString (const std::string &xml) |
| | Parse from XML string.
|
| |
|
std::string | toXMLString () const |
| | Parse from XML string.
|
| |
Default curve configuration.