FastQuant.OrderBookAggr.GetBidVolume C# (CSharp) Method

GetBidVolume() public method

public GetBidVolume ( ) : int
return int
        public int GetBidVolume()
        {
            lock (this.lck)
            {
                if (!this.bool_0)
                    this.method_3();
                return GetTickVolume(this.bids);
            }
        }