Example #1
0
        public double GetAveragePrice()
        {
            DBL dbl = new DBL();

            return(dbl.GetAveragePrice().Tables[0].Rows[0].Field <double>("avg_price"));
        }