Exemplo n.º 1
0
 public TradingResult Sell(AccountInfo account, double highestBid, double amount)
 {
     return(Exchange.Sell(account, this, highestBid, amount));
 }