24#ifndef quantlib_last_fixing_quote_hpp
25#define quantlib_last_fixing_quote_hpp
49 const ext::shared_ptr<Index>&
index()
const {
return index_; }
Quote adapter for the last fixing available of a given Index.
ext::shared_ptr< Index > index_
Date referenceDate() const
const ext::shared_ptr< Index > & index() const
Real value() const override
returns the current value
bool isValid() const override
returns true if the Quote holds a valid value
Object that gets notified when a given observable changes.
purely virtual base class for market observables
virtual base class for indexes
observer/observable pattern
purely virtual base class for market observables