FastQuant.OrderBookAggr.GetAvgBidPrice C# (CSharp) Method

GetAvgBidPrice() public method

public GetAvgBidPrice ( ) : double
return double
        public double GetAvgBidPrice()
        {
            lock (this.lck)
            {
                if (!this.bool_0)
                    this.method_3();
                return GetAvgTickPrice(this.bids);
            }
        }