示例#1
0
        public virtual int QryHisMatch(out uint sessionID, TapAPIHisMatchQryReq qryReq)
        {
            int ret = TapTradeWrapperPINVOKE.ITapTradeAPI_QryHisMatch(swigCPtr, out sessionID, TapAPIHisMatchQryReq.getCPtr(qryReq));

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