SimpleQuote (3) Linux Manual Page
QuantLib::SimpleQuote – market element returning a stored value
Synopsis
#include <ql/quotes/simplequote.hpp>Inherits QuantLib::Quote.
Public Member Functions
SimpleQuote (Real value=Null< Real >())Quote interface
Real value () const
returns the current value
bool isValid () const
returns true if the Quote holds a valid value
Modifiers
Real setValue (Real value=Null< Real >())
returns the difference between the new value and the old value
void reset ()
Detailed Description
market element returning a stored valueExamples:
BermudanSwaption.cpp, Bonds.cpp, CallableBonds.cpp, CDS.cpp, ConvertibleBonds.cpp, DiscreteHedging.cpp, EquityOption.cpp, FittedBondCurve.cpp, FRA.cpp, Replication.cpp, and swapvaluation.cpp.
