public static extern void SetOnRspUserLogout(IntPtr instance, [MarshalAs(UnmanagedType.FunctionPtr)] OnRspUserLogout callback);
Esempio n. 2
0
 public static extern void RegOnRspUserLogout(IntPtr mgr, OnRspUserLogout callback);
Esempio n. 3
0
 public void RegOnRspUserLogout(OnRspUserLogout callback)
 {
     CTPQuoteAPI.RegOnRspUserLogout(_handle, callback);
 }
Esempio n. 4
0
 public static extern void RegOnRspUserLogout(OnRspUserLogout e);
Esempio n. 5
0
 public static extern void RegOnRspUserLogout(OnRspUserLogout e);