FastQuant.DataManager.GetDataSeries C# (CSharp) Method

GetDataSeries() public method

public GetDataSeries ( string symbol, byte type, BarType barType = BarType.Time, long barSize = 60 ) : DataSeries
symbol string
type byte
barType BarType
barSize long
return DataSeries
        public DataSeries GetDataSeries(string symbol, byte type, BarType barType = BarType.Time, long barSize = 60) => Server.GetDataSeries(this.framework.InstrumentManager.Instruments[symbol], type, barType, barSize);

Same methods

DataManager::GetDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60 ) : DataSeries
DataManager::GetDataSeries ( string name ) : DataSeries