LastFixingQuote Class Reference

Quote adapter for the last fixing available of a given Index. More...

#include <ql/quotes/lastfixingquote.hpp>

Inheritance diagram for LastFixingQuote:

Public Member Functions

 LastFixingQuote (const boost::shared_ptr< Index > &index)
 
Quote interface
Real value () const
 returns the current value
 
bool isValid () const
 returns true if the Quote holds a valid value
 
Observer interface
void update ()
 
LastFixingQuote interface
const boost::shared_ptr< Index > & index () const
 
Date referenceDate () const
 
- Public Member Functions inherited from Observer
 Observer (const Observer &)
 
Observeroperator= (const Observer &)
 
std::pair< std::set
< boost::shared_ptr
< Observable > >::iterator,
bool > 
registerWith (const boost::shared_ptr< Observable > &)
 
Size unregisterWith (const boost::shared_ptr< Observable > &)
 
void unregisterWithAll ()
 

Protected Attributes

boost::shared_ptr< Indexindex_
 

Detailed Description

Quote adapter for the last fixing available of a given Index.