FastQuant.OrderBookAggr.GetAskVolume C# (CSharp) Method

GetAskVolume() public method

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