Méthode | Description | |
---|---|---|
BuyOffer ( Stock stock, int shares ) : void | ||
Colleague ( MediatorPattern.Mediator mediator ) : System.Collections | ||
SaleOffer ( Stock stock, int shares ) : void | ||
SetCode ( int code ) : void |
public BuyOffer ( Stock stock, int shares ) : void | ||
stock | Stock | |
shares | int | |
Résultat | void |
public Colleague ( MediatorPattern.Mediator mediator ) : System.Collections | ||
mediator | MediatorPattern.Mediator | |
Résultat | System.Collections |
public SaleOffer ( Stock stock, int shares ) : void | ||
stock | Stock | |
shares | int | |
Résultat | void |