setHistory (3) Linux Manual Page
QuantLib::IndexManager – global repository for past index fixings Synopsis #include <ql/indexes/indexmanager.hpp> Inherits Singleton< IndexManager >. Public Member Functions bool hasHistory (const std::string &name) const returns whether historical fixings were stored for the index const TimeSeries< Real > & getHistory (const std::string &name) const returns the (possibly empty) history of the index fixings void setHistory (const…
