Exemplo n.º 1
0
 public bool SellFromStockExchange()
 {
     return(stockExchange.Sell(this, new StockRequest {
         Count = Count, Price = Price, Symbol = Symbol, Requester = Name
     }));
 }