Beispiel #1
0
 public static string SendOrder(string instrumentIds, string orderJson, string BelongDepart, string accessToKen)
 {
     return(Instrument.SendOrder(instrumentIds, orderJson, BelongDepart, "", 0, true, accessToKen));
 }