FastQuant.DataServer.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 virtual DataSeries GetDataSeries(Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60)
        {
            return null;
        }

Same methods

DataServer::GetDataSeries ( string name ) : DataSeries