public virtual void OnRspQryClose(uint sessionID, int errorCode, char isLast, TapAPICloseInfo info)
 {
     TapTradePINVOKE.ITapTradeAPINotify_OnRspQryClose(swigCPtr, sessionID, errorCode, isLast, TapAPICloseInfo.getCPtr(info));
 }
 public virtual void OnRtnClose(TapAPICloseInfo info)
 {
     TapTradePINVOKE.ITapTradeAPINotify_OnRtnClose(swigCPtr, TapAPICloseInfo.getCPtr(info));
 }
 public TapAPICloseInfo(TapAPICloseInfo other) : this(TapTradePINVOKE.new_TapAPICloseInfo__SWIG_1(TapAPICloseInfo.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }