FastQuant.OrderBookAggr.OrderBookAggr C# (CSharp) 메소드

OrderBookAggr() 공개 메소드

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