Exemplo n.º 1
0
 public string CancelOrder(params string[] list)
 {
     return(_api.CancelOrder(list));
 }