public void Test_GetTickerListByDate()
        {
            TickerBLL tBll = new TickerBLL(_unit);

            tBll.GetTickerListByDate(1585, 20150105, 21);
        }