Beispiel #1
0
 public TapAPIQuotLoginRspInfo(TapAPIQuotLoginRspInfo other) : this(TapQuotePINVOKE.new_TapAPIQuotLoginRspInfo__SWIG_1(TapAPIQuotLoginRspInfo.getCPtr(other)), true)
 {
     if (TapQuotePINVOKE.SWIGPendingException.Pending)
     {
         throw TapQuotePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void OnRspLogin(int errorCode, TapAPIQuotLoginRspInfo info)
 {
     TapQuotePINVOKE.ITapQuoteAPINotify_OnRspLogin(swigCPtr, errorCode, TapAPIQuotLoginRspInfo.getCPtr(info));
 }
Beispiel #3
0
 internal static HandleRef getCPtr(TapAPIQuotLoginRspInfo obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }