public TapAPICloseQryReq(TapAPICloseQryReq other) : this(TapTradePINVOKE.new_TapAPICloseQryReq__SWIG_1(TapAPICloseQryReq.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
        public virtual int QryClose(out uint sessionID, TapAPICloseQryReq qryReq)
        {
            int ret = TapTradePINVOKE.ITapTradeAPI_QryClose(swigCPtr, out sessionID, TapAPICloseQryReq.getCPtr(qryReq));

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