예제 #1
0
 public bool BuyFromStockExchange()
 {
     return(stockExchange.Buy(this, new StockRequest {
         Count = Count, Price = Price, Symbol = Symbol, Requester = Name
     }));
 }