Index Class Reference
#include <ql/index.hpp>
Inheritance diagram for Index:

Detailed Description
purely virtual base class for indexes
Public Member Functions | |
| virtual std::string | name () const =0 |
| Returns the name of the index. | |
| virtual Rate | fixing (const Date &fixingDate) const =0 |
| returns the fixing at the given date | |
Member Function Documentation
|
|
Returns the name of the index.
Implemented in Xibor. |
|
|
returns the fixing at the given date
Implemented in Xibor. |
