QuantLib_Quote (3) Linux Manual Page
QuantLib::Quote – purely virtual base class for market observables
Synopsis
#include <ql/quote.hpp>Inherits QuantLib::Observable.
Inherited by CompositeQuote< BinaryFunction >, DerivedQuote< UnaryFunction >, EurodollarFuturesImpliedStdDevQuote, ForwardSwapQuote, ForwardValueQuote, FuturesConvAdjustmentQuote, ImpliedStdDevQuote, LastFixingQuote, and SimpleQuote.
Public Member Functions
virtual Real value () const =0returns the current value
virtual bool isValid () const =0
returns true if the Quote holds a valid value
Detailed Description
purely virtual base class for market observables Tests
- the observability of class instances is tested.
