C# 클래스 QLNet.MakeSchedule

파일 보기 프로젝트 열기: ammachado/QLNet 1 사용 예제들

공개 메소드들

메소드 설명
MakeSchedule ( ) : System
backwards ( ) : MakeSchedule
endOfMonth ( bool flag ) : MakeSchedule
forwards ( ) : MakeSchedule
from ( Date effectiveDate ) : MakeSchedule
to ( Date terminationDate ) : MakeSchedule
value ( ) : Schedule
withCalendar ( QLNet.Calendar calendar ) : MakeSchedule
withConvention ( BusinessDayConvention conv ) : MakeSchedule
withFirstDate ( Date d ) : MakeSchedule
withFrequency ( Frequency frequency ) : MakeSchedule
withNextToLastDate ( Date d ) : MakeSchedule
withRule ( DateGeneration r ) : MakeSchedule
withTenor ( Period tenor ) : MakeSchedule
withTerminationDateConvention ( BusinessDayConvention conv ) : MakeSchedule

메소드 상세

MakeSchedule() 공개 메소드

public MakeSchedule ( ) : System
리턴 System

backwards() 공개 메소드

public backwards ( ) : MakeSchedule
리턴 MakeSchedule

endOfMonth() 공개 메소드

public endOfMonth ( bool flag ) : MakeSchedule
flag bool
리턴 MakeSchedule

forwards() 공개 메소드

public forwards ( ) : MakeSchedule
리턴 MakeSchedule

from() 공개 메소드

public from ( Date effectiveDate ) : MakeSchedule
effectiveDate Date
리턴 MakeSchedule

to() 공개 메소드

public to ( Date terminationDate ) : MakeSchedule
terminationDate Date
리턴 MakeSchedule

value() 공개 메소드

public value ( ) : Schedule
리턴 Schedule

withCalendar() 공개 메소드

public withCalendar ( QLNet.Calendar calendar ) : MakeSchedule
calendar QLNet.Calendar
리턴 MakeSchedule

withConvention() 공개 메소드

public withConvention ( BusinessDayConvention conv ) : MakeSchedule
conv BusinessDayConvention
리턴 MakeSchedule

withFirstDate() 공개 메소드

public withFirstDate ( Date d ) : MakeSchedule
d Date
리턴 MakeSchedule

withFrequency() 공개 메소드

public withFrequency ( Frequency frequency ) : MakeSchedule
frequency Frequency
리턴 MakeSchedule

withNextToLastDate() 공개 메소드

public withNextToLastDate ( Date d ) : MakeSchedule
d Date
리턴 MakeSchedule

withRule() 공개 메소드

public withRule ( DateGeneration r ) : MakeSchedule
r DateGeneration
리턴 MakeSchedule

withTenor() 공개 메소드

public withTenor ( Period tenor ) : MakeSchedule
tenor Period
리턴 MakeSchedule

withTerminationDateConvention() 공개 메소드

public withTerminationDateConvention ( BusinessDayConvention conv ) : MakeSchedule
conv BusinessDayConvention
리턴 MakeSchedule