C# 클래스 Sharekhan.domain.CashDividendTransaction

상속: DividendTransaction
파일 보기 프로젝트 열기: anagri/sharekhan 1 사용 예제들

공개 메소드들

메소드 설명
Amount ( ) : Price
CashDividendTransaction ( Instrument instrument, Price dividendAmount, System.DateTime transactionDate ) : System
ComputeCapitalRealization ( RealizedProfit realizedProfit ) : void
Equals ( CashDividendTransaction other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

보호된 메소드들

메소드 설명
CashDividendTransaction ( ) : System

메소드 상세

Amount() 공개 메소드

public Amount ( ) : Price
리턴 Price

CashDividendTransaction() 보호된 메소드

protected CashDividendTransaction ( ) : System
리턴 System

CashDividendTransaction() 공개 메소드

public CashDividendTransaction ( Instrument instrument, Price dividendAmount, System.DateTime transactionDate ) : System
instrument Instrument
dividendAmount Price
transactionDate System.DateTime
리턴 System

ComputeCapitalRealization() 공개 메소드

public ComputeCapitalRealization ( RealizedProfit realizedProfit ) : void
realizedProfit RealizedProfit
리턴 void

Equals() 공개 메소드

public Equals ( CashDividendTransaction other ) : bool
other CashDividendTransaction
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool