示例#1
0
 public bool Cancel(OpenedOrderInfo info)
 {
     return(Exchange.Cancel(Exchange.DefaultAccount, info.OrderId));
 }