Example #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TapAPIAccountRentQryReq obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #2
0
        public virtual int QryAccountRent(out uint sessionID, TapAPIAccountRentQryReq qryReq)
        {
            int ret = QTapTradeApiPINVOKE.ITapTradeAPI_QryAccountRent(swigCPtr, out sessionID, TapAPIAccountRentQryReq.getCPtr(qryReq));

            return(ret);
        }
Example #3
0
    public virtual int QryAccountRent(ref uint sessionID, TapAPIAccountRentQryReq qryReq)
    {
        int ret = TapTradeCppWrapperPINVOKE.ITapTradeAPI_QryAccountRent(swigCPtr, ref sessionID, TapAPIAccountRentQryReq.getCPtr(qryReq));

        return(ret);
    }