public TapAPIFundReq(TapAPIFundReq other) : this(TapTradePINVOKE.new_TapAPIFundReq__SWIG_1(TapAPIFundReq.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(TapAPIFundReq obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Example #3
0
        public virtual int QryFund(out uint sessionID, TapAPIFundReq qryReq)
        {
            int ret = TapTradePINVOKE.ITapTradeAPI_QryFund(swigCPtr, out sessionID, TapAPIFundReq.getCPtr(qryReq));

            return(ret);
        }