public TapAPIHisQuoteQryReq(TapAPIHisQuoteQryReq other) : this(TapQuotePINVOKE.new_TapAPIHisQuoteQryReq__SWIG_1(TapAPIHisQuoteQryReq.getCPtr(other)), true)
 {
     if (TapQuotePINVOKE.SWIGPendingException.Pending)
     {
         throw TapQuotePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
        public virtual int QryHisQuote(out uint sessionID, TapAPIHisQuoteQryReq qryReq)
        {
            int ret = TapQuotePINVOKE.ITapQuoteAPI_QryHisQuote(swigCPtr, out sessionID, TapAPIHisQuoteQryReq.getCPtr(qryReq));

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