FastQuant.BarFactoryItem.BarFactoryItem C# (CSharp) Method

BarFactoryItem() protected method

protected BarFactoryItem ( Instrument instrument, BarType barType, long barSize, BarInput barInput = BarInput.Trade, int providerId = -1 ) : System
instrument Instrument
barType BarType
barSize long
barInput BarInput
providerId int
return System
        protected BarFactoryItem(Instrument instrument, BarType barType, long barSize, BarInput barInput = BarInput.Trade, int providerId = -1)
        {
            this.instrument = instrument;
            this.barType = barType;
            this.barSize = barSize;
            this.barInput = barInput;
            this.providerId = providerId;
        }

Same methods

BarFactoryItem::BarFactoryItem ( Instrument instrument, BarType barType, long barSize, BarInput barInput, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : System