Exemple #1
0
 public void ReqSubQuotation(ref CWtpSymbolField[] pInstrumentID)
 {
     lock (locker)
     {
         MdApi.ReqSubQuotation(pInstrumentID, pInstrumentID.Length);
     }
 }