Beispiel #1
0
 public int ReqUserLogin(string brokerId, string userId, string password)
 {
     if (_handle == IntPtr.Zero)
     {
         //CTPQuoteAPI.CreateAPI
     }
     return(CTPQuoteAPI.ReqUserLogin(_handle, brokerId, userId, password));
 }