25#ifndef quantlib_quote_hpp
26#define quantlib_quote_hpp
Shared handle to an observable.
Object that notifies its changes to a set of observers.
purely virtual base class for market observables
virtual bool isValid() const =0
returns true if the Quote holds a valid value
virtual Real value() const =0
returns the current value
~Quote() override=default
Classes and functions for error handling.
Globally accessible relinkable pointer.
Handle< Quote > handleFromVariant(const std::variant< Real, Handle< Quote > > &value)