Пример #1
0
 void HandleTradeCancelCommand(string msg, TradeSession trade)
 {
     trade.CancelTrade();
 }