Method | Description | |
---|---|---|
AddColleague ( |
||
BuyOffer ( Stock stock, int shares, int code ) : void | ||
PrintStockOfferings ( ) : void | ||
SaleOffer ( Stock stock, int shares, int code ) : void | ||
StockMediator ( ) : System.Collections |
public AddColleague ( |
||
colleague | ||
return | void |
public BuyOffer ( Stock stock, int shares, int code ) : void | ||
stock | Stock | |
shares | int | |
code | int | |
return | void |
public SaleOffer ( Stock stock, int shares, int code ) : void | ||
stock | Stock | |
shares | int | |
code | int | |
return | void |
public StockMediator ( ) : System.Collections | ||
return | System.Collections |