C# Class ShareKhan.domain.TransactionStatement

Inheritance: Statement
Afficher le fichier Open project: anagri/sharekhan

Méthodes publiques

Méthode Description
GetTransactionCollection ( ) : TransactionCollection
TransactionStatement ( ) : System
addTransaction ( Transaction transaction ) : void
getInvestedValue ( ) : Price

Method Details

GetTransactionCollection() public méthode

public GetTransactionCollection ( ) : TransactionCollection
Résultat Sharekhan.domain.TransactionCollection

TransactionStatement() public méthode

public TransactionStatement ( ) : System
Résultat System

addTransaction() public méthode

public addTransaction ( Transaction transaction ) : void
transaction Sharekhan.domain.Transaction
Résultat void

getInvestedValue() public méthode

public getInvestedValue ( ) : Price
Résultat Sharekhan.domain.Price