FastQuant.DataServer.GetDataSeries C# (CSharp) 메소드

GetDataSeries() 공개 메소드

public GetDataSeries ( Instrument instrument, byte type, BarType barType = BarType.Time, long barSize = 60 ) : DataSeries
instrument Instrument
type byte
barType BarType
barSize long
리턴 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