Fixing data structure. More...
#include <ored/marketdata/fixings.hpp>
Public Member Functions | |
| Fixing () | |
| Constructor. | |
| Fixing (const QuantLib::Date &d, const std::string &s, const QuantLib::Real f) | |
| bool | empty () |
Public Attributes | |
| QuantLib::Date | date = QuantLib::Date() |
| Fixing date. | |
| std::string | name = string() |
| Index name. | |
| QuantLib::Real | fixing = QuantLib::Null<QuantLib::Real>() |
| Fixing amount. | |
Friends | |
| class | boost::serialization::access |
| Serialization. | |
Fixing data structure.