Example #1
0
        public virtual int QryAccountMarginRent(out uint sessionID, TapAPIAccountMarginRentQryReq qryReq)
        {
            int ret = TapTradeWrapperPINVOKE.ITapTradeAPI_QryAccountMarginRent(swigCPtr, out sessionID, TapAPIAccountMarginRentQryReq.getCPtr(qryReq));

            return(ret);
        }
Example #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TapAPIAccountMarginRentQryReq obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }