public void Sell() { sto1.Sell(); sto2.Sell(); sto3.Sell(); }
/** 基金购买 */ public void Buy() { sto1.Buy(); sto2.Buy(); sto3.Buy(); }