C# 클래스 QLNet.Cashflows.RateLegBase

파일 보기 프로젝트 열기: ammachado/QLNet

보호된 프로퍼티들

프로퍼티 타입 설명
notionals_ List
paymentAdjustment_ BusinessDayConvention
paymentDayCounter_ QLNet.Time.DayCounter
schedule_ Schedule

공개 메소드들

메소드 설명
value ( ) : List
withNotionals ( List notionals ) : RateLegBase
withNotionals ( double notional ) : RateLegBase
withPaymentAdjustment ( BusinessDayConvention convention ) : RateLegBase

메소드 상세

value() 공개 추상적인 메소드

public abstract value ( ) : List
리턴 List

withNotionals() 공개 메소드

public withNotionals ( List notionals ) : RateLegBase
notionals List
리턴 RateLegBase

withNotionals() 공개 메소드

public withNotionals ( double notional ) : RateLegBase
notional double
리턴 RateLegBase

withPaymentAdjustment() 공개 메소드

public withPaymentAdjustment ( BusinessDayConvention convention ) : RateLegBase
convention BusinessDayConvention
리턴 RateLegBase

프로퍼티 상세

notionals_ 보호되어 있는 프로퍼티

protected List notionals_
리턴 List

paymentAdjustment_ 보호되어 있는 프로퍼티

protected BusinessDayConvention paymentAdjustment_
리턴 BusinessDayConvention

paymentDayCounter_ 보호되어 있는 프로퍼티

protected DayCounter,QLNet.Time paymentDayCounter_
리턴 QLNet.Time.DayCounter

schedule_ 보호되어 있는 프로퍼티

protected Schedule schedule_
리턴 Schedule