Beispiel #1
0
 public int ReqUserLogout(string brokerId, string userId)
 {
     return(CTPQuoteAPI.ReqUserLogout(_handle, brokerId, userId));
 }