FastQuant.DataManager.GetDataSeries C# (CSharp) Method

GetDataSeries() public method

public GetDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60 ) : DataSeries
instrument Instrument
type byte
barType BarType
barSize long
return DataSeries
        public DataSeries GetDataSeries(Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60) => Server.GetDataSeries(instrument, type, barType, barSize);

Same methods

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