public ITapQuoteAPINotify(ITapQuoteAPINotify other) : this(TapQuotePINVOKE.new_ITapQuoteAPINotify__SWIG_1(ITapQuoteAPINotify.getCPtr(other)), true)
 {
     if (TapQuotePINVOKE.SWIGPendingException.Pending)
     {
         throw TapQuotePINVOKE.SWIGPendingException.Retrieve();
     }
     SwigDirectorConnect();
 }
        public virtual int SetAPINotify(ITapQuoteAPINotify apiNotify)
        {
            int ret = TapQuotePINVOKE.ITapQuoteAPI_SetAPINotify(swigCPtr, ITapQuoteAPINotify.getCPtr(apiNotify));

            return(ret);
        }
 internal static HandleRef getCPtr(ITapQuoteAPINotify obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }