Exemplo n.º 1
0
 public void Sell() {
   sto1.Sell();
   sto2.Sell();
   sto3.Sell();
 }
Exemplo n.º 2
0
 /** 基金购买 */
 public void Buy() {
   sto1.Buy();
   sto2.Buy();
   sto3.Buy();
 }