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 Calendarcalendar () const
const DatestartDate () const
const DateendDate () const
int frequency () const
RollingConvention const rollingConvention () const
bool isAdjusted () const
Size size () const
const Datedate (int i) const
bool isRegular (Size i) const
const_iterator begin () const
const_iterator end () const
const Dateoperator[] (Size i) const


The documentation for this class was generated from the following files:

QuantLib.org
QuantLib
Hosted by
SourceForge.net Logo
Documentation generated by
doxygen