コード例 #1
0
        public static CThostFtdcMdApi CreateFtdcMdApi(string pszFlowPath, bool bIsUsingUdp)
        {
            global::System.IntPtr cPtr = CTPMarketCppWrapperPINVOKE.CThostFtdcMdApi_CreateFtdcMdApi__SWIG_1(pszFlowPath, bIsUsingUdp);
            CThostFtdcMdApi       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new CThostFtdcMdApi(cPtr, false);

            return(ret);
        }