#include <ored/marketdata/marketdatum.hpp>
Public Member Functions | |
BondPriceQuote () | |
BondPriceQuote (Real value, Date asofDate, const string &name, const string &securityId) | |
Constructor. More... | |
QuantLib::ext::shared_ptr< MarketDatum > | clone () override |
Make a copy of the market datum. More... | |
Public Member Functions inherited from MarketDatum | |
MarketDatum () | |
MarketDatum (Real value, Date asofDate, const string &name, QuoteType quoteType, InstrumentType instrumentType) | |
Constructor. More... | |
virtual | ~MarketDatum () |
Default destructor. More... | |
virtual QuantLib::ext::shared_ptr< MarketDatum > | clone () |
Make a copy of the market datum. More... | |
const string & | name () const |
const Handle< Quote > & | quote () const |
Date | asofDate () const |
InstrumentType | instrumentType () const |
QuoteType | quoteType () const |
Inspectors | |
string | securityID_ |
class | boost::serialization::access |
Serialization. More... | |
const string & | securityID () const |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Bond Price Quote.
This class holds single market points of type
Definition at line 1915 of file marketdatum.hpp.
BondPriceQuote | ( | ) |
Definition at line 1917 of file marketdatum.hpp.
BondPriceQuote | ( | Real | value, |
Date | asofDate, | ||
const string & | name, | ||
const string & | securityId | ||
) |
Constructor.
Definition at line 1919 of file marketdatum.hpp.
|
overridevirtual |
Make a copy of the market datum.
Reimplemented from MarketDatum.
Definition at line 1923 of file marketdatum.hpp.
const string & securityID | ( | ) | const |
Definition at line 1929 of file marketdatum.hpp.
|
private |
Definition at line 645 of file marketdatum.cpp.
|
friend |
Serialization.
Definition at line 1934 of file marketdatum.hpp.
|
private |
Definition at line 1932 of file marketdatum.hpp.