FastQuant.BarFactoryItem.BarFactoryItem C# (CSharp) Méthode

BarFactoryItem() protected méthode

protected BarFactoryItem ( Instrument instrument, BarType barType, long barSize, BarInput barInput, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : System
instrument Instrument
barType BarType
barSize long
barInput BarInput
session1 System.TimeSpan
session2 System.TimeSpan
providerId int
Résultat System
        protected BarFactoryItem(Instrument instrument, BarType barType, long barSize, BarInput barInput, TimeSpan session1, TimeSpan session2, int providerId = -1)
            : this(instrument, barType, barSize, barInput, providerId)
        {
            this.sessionEnabled = true;
            this.session1 = session1;
            this.session2 = session2;
        }

Same methods

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