ForwardValueQuote Class Reference

#include <ql/quotes/forwardvaluequote.hpp>

Inheritance diagram for ForwardValueQuote:

Inheritance graph
[legend]
List of all members.

Detailed Description

quote for the forward value of an index


Public Member Functions

 ForwardValueQuote (const boost::shared_ptr< Index > &index, const Date &fixingDate)
Real value () const
 returns the current value
void update ()


Member Function Documentation

void update (  )  [virtual]

This method must be implemented in derived classes. An instance of Observer does not call this method directly: instead, it will be called by the observables the instance registered with when they need to notify any changes.

Implements Observer.