DataManager.GetDataSeries (String, Byte, BarType, Int64) Method

public DataSeries GetDataSeries( 
string symbol
byte type
BarType barType = BarType.Time, 
long barSize = 60 
)
This language is not supported or no code example is available.
public:  
DataSeries^ GetDataSeries( 
String^ symbol
Byte type
BarType barType
long barSize 
)
This language is not supported or no code example is available.
public function GetDataSeries( 
symbol : String
type : byte
barType : BarType
barSize : long 
) : DataSeries;
This language is not supported or no code example is available.

Parameters

symbol
string

type
byte

barType
BarType

barSize
long

Return Value

DataSeries

In this article

Definition