///// <summary>
        ///// 获取所有交易上下限值的字段_范围
        ///// </summary>
        ///// <returns></returns>
        //protected  List<CM_FieldRange> GetAllFieldRange()
        //{
        //    try
        //    {
        //        using (CommonParaClient client = ManagementCenterDataAgent.Instanse.GetComonParaInstanse())
        //        {
        //            return client.GetAllFieldRange();
        //        }
        //    }
        //    catch (Exception ex)
        //    {
        //        LogHelper.WriteError(GenerateInfo.CH_E006, ex);
        //        return null;
        //    }
        //}
        #endregion

        #region  7.获取所有熔断_时间段标识设置
        /// <summary>
        /// 获取所有熔断_时间段标识设置
        /// </summary>
        /// <returns></returns>
        protected List <CM_FuseTimesection> GetAllFuseTimesection()
        {
            try
            {
                using (CommonParaClient client = ManagementCenterDataAgent.Instanse.GetComonParaInstanse())
                {
                    return(client.GetAllFuseTimesection());
                }
            }
            catch (Exception ex)
            {
                LogHelper.WriteError(GenerateInfo.CH_E006, ex);
                return(null);
            }
        }