C# Class QLNet.Schedule

Afficher le fichier Open project: ammachado/QLNet Class Usage Examples

Méthodes publiques

Méthode Description
GetEnumerator ( ) : IEnumerator
Schedule ( ) : System
Schedule ( Date effectiveDate__, Date terminationDate__, Period tenor__, QLNet.Calendar calendar__, BusinessDayConvention convention__, BusinessDayConvention terminationDateConvention__, DateGeneration rule__, bool endOfMonth__ ) : System
Schedule ( Date effectiveDate__, Date terminationDate__, Period tenor__, QLNet.Calendar calendar__, BusinessDayConvention convention__, BusinessDayConvention terminationDateConvention__, DateGeneration rule__, bool endOfMonth__, Date firstDate__, Date nextToLastDate__ ) : System
Schedule ( List dates__, QLNet.Calendar calendar__, BusinessDayConvention convention__ ) : System
businessDayConvention ( ) : BusinessDayConvention
calendar ( ) : QLNet.Calendar
date ( int i ) : Date
dates ( ) : List
endDate ( ) : Date
isLast ( ) : bool
isRegular ( int i ) : bool
originalDate ( int i ) : Date
periodOfDate ( Date d ) : int
startDate ( ) : Date
tenor ( ) : Period
this ( int i ) : Date

Private Methods

Méthode Description
CheckInterface ( ) : void
nextTwentieth ( Date d, DateGeneration rule ) : Date
previousTwentieth ( Date d, DateGeneration rule ) : Date

Method Details

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Schedule() public méthode

public Schedule ( ) : System
Résultat System

Schedule() public méthode

public Schedule ( Date effectiveDate__, Date terminationDate__, Period tenor__, QLNet.Calendar calendar__, BusinessDayConvention convention__, BusinessDayConvention terminationDateConvention__, DateGeneration rule__, bool endOfMonth__ ) : System
effectiveDate__ Date
terminationDate__ Date
tenor__ Period
calendar__ QLNet.Calendar
convention__ BusinessDayConvention
terminationDateConvention__ BusinessDayConvention
rule__ DateGeneration
endOfMonth__ bool
Résultat System

Schedule() public méthode

public Schedule ( Date effectiveDate__, Date terminationDate__, Period tenor__, QLNet.Calendar calendar__, BusinessDayConvention convention__, BusinessDayConvention terminationDateConvention__, DateGeneration rule__, bool endOfMonth__, Date firstDate__, Date nextToLastDate__ ) : System
effectiveDate__ Date
terminationDate__ Date
tenor__ Period
calendar__ QLNet.Calendar
convention__ BusinessDayConvention
terminationDateConvention__ BusinessDayConvention
rule__ DateGeneration
endOfMonth__ bool
firstDate__ Date
nextToLastDate__ Date
Résultat System

Schedule() public méthode

public Schedule ( List dates__, QLNet.Calendar calendar__, BusinessDayConvention convention__ ) : System
dates__ List
calendar__ QLNet.Calendar
convention__ BusinessDayConvention
Résultat System

businessDayConvention() public méthode

public businessDayConvention ( ) : BusinessDayConvention
Résultat BusinessDayConvention

calendar() public méthode

public calendar ( ) : QLNet.Calendar
Résultat QLNet.Calendar

date() public méthode

public date ( int i ) : Date
i int
Résultat Date

dates() public méthode

public dates ( ) : List
Résultat List

endDate() public méthode

public endDate ( ) : Date
Résultat Date

isLast() public méthode

public isLast ( ) : bool
Résultat bool

isRegular() public méthode

public isRegular ( int i ) : bool
i int
Résultat bool

originalDate() public méthode

public originalDate ( int i ) : Date
i int
Résultat Date

periodOfDate() public méthode

public periodOfDate ( Date d ) : int
d Date
Résultat int

startDate() public méthode

public startDate ( ) : Date
Résultat Date

tenor() public méthode

public tenor ( ) : Period
Résultat Period

this() public méthode

public this ( int i ) : Date
i int
Résultat Date