FastQuant.DataStore.GetBarSeries C# (CSharp) Méthode

GetBarSeries() public méthode

public GetBarSeries ( Instrument instrument, BarType type, long barSize ) : BarSeries
instrument Instrument
type BarType
barSize long
Résultat BarSeries
        public BarSeries GetBarSeries(Instrument instrument, BarType type, long barSize) => this.bars?[instrument.Id]?[(int)type]?[(int)barSize];