FastQuant.OrderBookAggr.OrderBookAggr C# (CSharp) Method

OrderBookAggr() public method

public OrderBookAggr ( int instrumentId ) : System
instrumentId int
return System
        public OrderBookAggr(int instrumentId)
        {
            this.instrumentId = instrumentId;
        }