public TradingResult Sell(AccountInfo account, double highestBid, double amount) { return(Exchange.Sell(account, this, highestBid, amount)); }