public SellStock(Stock stock) { this.abcStock = stock; }
public BuyStock(Stock stock) { this.abcStock = stock; }