DataManager.GetDataSeriesList Method

public List<DataSeries> GetDataSeriesList( 
Instrument instrument = null, 
string pattern = null 
)
This language is not supported or no code example is available.
public:  
List<DataSeries^>^ GetDataSeriesList( 
Instrument^ instrument
String^ pattern 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

instrument
Instrument

pattern
string

Return Value

List<DataSeries>

In this article

Definition