Currency configuration. More...
#include <ored/configuration/currencyconfig.hpp>
Public Member Functions | |
| const vector< ConfigurableCurrency > & | getCurrencies () const |
| check out any configured currencies | |
| void | addCurrencies () |
| void | fromXML (XMLNode *node) override |
| XMLNode * | toXML (XMLDocument &doc) const override |
| Public Member Functions inherited from XMLSerializable | |
| 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. | |
| std::string | toXMLStringUnformatted () const |
Currency configuration.
Allows reading a list of currency specifications from XML rather than hard coding each in QuantExt/QuantLib
|
overridevirtual |
Implements XMLSerializable.
|
overridevirtual |
Implements XMLSerializable.