Beispiel #1
0
 public void CancelOrder(long orderId)
 {
     _ad.DropOrder(orderId, null, null, null, null, null, -1);
 }