QuantLib 0.3.3
User manual
Introduction to QuantLib
QuantLib components
Reference manual
|
Scheduler Class Reference#include <scheduler.hpp>
List of all members.
Detailed Description
Date scheduler
|
Public Types |
typedef std::vector< Date
>::const_iterator | const_iterator |
Public Member Functions |
| Scheduler (const Calendar &calendar, const Date &startDate, const Date &endDate, int frequency, RollingConvention rollingConvention, bool isAdjusted, const Date &stubDate=Date(), bool startFromEnd=false, bool longFinal=false) |
const Calendar & | calendar () const |
const Date & | startDate () const |
const Date & | endDate () const |
int | frequency () const |
RollingConvention const | rollingConvention () const |
bool | isAdjusted () const |
Size | size () const |
const Date & | date (int i) const |
bool | isRegular (Size i) const |
const_iterator | begin () const |
const_iterator | end () const |
const Date & | operator[] (Size i) const |
The documentation for this class was generated from the following files:
|