RelativeDateRateHelper Class Reference
#include <ql/termstructures/yieldcurves/ratehelpers.hpp>
Inheritance diagram for RelativeDateRateHelper:

Detailed Description
Rate helper with date schedule relative to the global evaluation date.This class takes care of rebuilding the date schedule when the global evaluation date changes
Public Member Functions | |
RelativeDateRateHelper (const Handle< Quote > "e) | |
RelativeDateRateHelper (Real quote) | |
void | update () |
Protected Member Functions | |
virtual void | initializeDates ()=0 |
Protected Attributes | |
Date | evaluationDate_ |
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.
Reimplemented from RateHelper.