コード例 #1
0
 public Investment(StockHistory history, Broker broker)
 {
     this.history = history;
     this.broker  = broker;
 }