public virtual void OnRspQryHisQuote(uint sessionID, int errorCode, char isLast, TapAPIHisQuoteQryRsp info)
 {
     TapQuotePINVOKE.ITapQuoteAPINotify_OnRspQryHisQuote(swigCPtr, sessionID, errorCode, isLast, TapAPIHisQuoteQryRsp.getCPtr(info));
 }
 public TapAPIHisQuoteQryRsp(TapAPIHisQuoteQryRsp other) : this(TapQuotePINVOKE.new_TapAPIHisQuoteQryRsp__SWIG_1(TapAPIHisQuoteQryRsp.getCPtr(other)), true)
 {
     if (TapQuotePINVOKE.SWIGPendingException.Pending)
     {
         throw TapQuotePINVOKE.SWIGPendingException.Retrieve();
     }
 }