コード例 #1
0
        public void Test_GetLatestIndicator()
        {
            IndicatorBLL iBLL = new IndicatorBLL(_unit);

            Indicator ind = iBLL.GetLatestIndicator(2);
        }