public virtual void OnRspQryExchange(uint sessionID, int errorCode, char isLast, TapAPIExchangeInfo info)
 {
     TapQuotePINVOKE.ITapQuoteAPINotify_OnRspQryExchange(swigCPtr, sessionID, errorCode, isLast, TapAPIExchangeInfo.getCPtr(info));
 }
 public TapAPIExchangeInfo(TapAPIExchangeInfo other) : this(TapQuotePINVOKE.new_TapAPIExchangeInfo__SWIG_1(TapAPIExchangeInfo.getCPtr(other)), true)
 {
     if (TapQuotePINVOKE.SWIGPendingException.Pending)
     {
         throw TapQuotePINVOKE.SWIGPendingException.Retrieve();
     }
 }