예제 #1
0
 public static extern void SetOnRspUserLogin(IntPtr instance, [MarshalAs(UnmanagedType.FunctionPtr)] OnRspUserLogin callback);
예제 #2
0
 public static extern void RegOnRspUserLogin(IntPtr mgr, OnRspUserLogin callback);
예제 #3
0
 public void RegOnRspUserLogin(OnRspUserLogin callback)
 {
     CTPQuoteAPI.RegOnRspUserLogin(_handle, callback);
 }
예제 #4
0
파일: QuoteApi.cs 프로젝트: kayv/ctpproxy
 public static extern void RegOnRspUserLogin(OnRspUserLogin e);
예제 #5
0
 public static extern void RegOnRspUserLogin(OnRspUserLogin e);