Serializable object holding a trade action. More...
#include <ored/portfolio/tradeactions.hpp>
Inheritance diagram for TradeAction:Public Member Functions | |
| TradeAction () | |
| Default constructor. | |
| TradeAction (const string &type, const string &owner, const ScheduleData &schedule) | |
| Constructor. | |
Inspectors | |
| const string & | type () const |
| const string & | owner () const |
| const ScheduleData & | schedule () const |
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. | |
Serialisation | |
| virtual void | fromXML (XMLNode *node) override |
| virtual XMLNode * | toXML (XMLDocument &doc) const override |
Serializable object holding a trade action.