示例#1
0
 public override void OnRspAccountRentInfo(uint sessionID, int errorCode, char isLast, TapAPIAccountRentInfo info)
 {
     Console.WriteLine("OnRspAccountRentInfo");
 }
示例#2
0
 public virtual void OnRspAccountRentInfo(uint sessionID, int errorCode, char isLast, TapAPIAccountRentInfo info)
 {
     QTapTradeApiPINVOKE.ITapTradeAPINotify_OnRspAccountRentInfo(swigCPtr, sessionID, errorCode, isLast, TapAPIAccountRentInfo.getCPtr(info));
 }
示例#3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TapAPIAccountRentInfo obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }