public TapAPICloseInfo(TapAPICloseInfo other) : this(TapTradePINVOKE.new_TapAPICloseInfo__SWIG_1(TapAPICloseInfo.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void OnRtnClose(TapAPICloseInfo info)
 {
     TapTradePINVOKE.ITapTradeAPINotify_OnRtnClose(swigCPtr, TapAPICloseInfo.getCPtr(info));
 }
 public virtual void OnRspQryClose(uint sessionID, int errorCode, char isLast, TapAPICloseInfo info)
 {
     TapTradePINVOKE.ITapTradeAPINotify_OnRspQryClose(swigCPtr, sessionID, errorCode, isLast, TapAPICloseInfo.getCPtr(info));
 }
 internal static HandleRef getCPtr(TapAPICloseInfo obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }