C# 클래스 QLNet.PrincipalLegBase

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

보호된 프로퍼티들

프로퍼티 타입 설명
dayCounter_ DayCounter
notionals_ List
paymentAdjustment_ BusinessDayConvention
schedule_ Schedule
sign_ int

공개 메소드들

메소드 설명
value ( ) : List
withNotionals ( List notionals ) : PrincipalLegBase
withNotionals ( double notional ) : PrincipalLegBase
withPaymentAdjustment ( BusinessDayConvention convention ) : PrincipalLegBase
withPaymentDayCounter ( DayCounter dayCounter ) : PrincipalLegBase
withSign ( int sign ) : PrincipalLegBase

메소드 상세

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

public abstract value ( ) : List
리턴 List

withNotionals() 공개 메소드

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

withNotionals() 공개 메소드

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

withPaymentAdjustment() 공개 메소드

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

withPaymentDayCounter() 공개 메소드

public withPaymentDayCounter ( DayCounter dayCounter ) : PrincipalLegBase
dayCounter DayCounter
리턴 PrincipalLegBase

withSign() 공개 메소드

public withSign ( int sign ) : PrincipalLegBase
sign int
리턴 PrincipalLegBase

프로퍼티 상세

dayCounter_ 보호되어 있는 프로퍼티

protected DayCounter dayCounter_
리턴 DayCounter

notionals_ 보호되어 있는 프로퍼티

protected List notionals_
리턴 List

paymentAdjustment_ 보호되어 있는 프로퍼티

protected BusinessDayConvention paymentAdjustment_
리턴 BusinessDayConvention

schedule_ 보호되어 있는 프로퍼티

protected Schedule,QLNet schedule_
리턴 Schedule

sign_ 보호되어 있는 프로퍼티

protected int sign_
리턴 int