DataServer.GetDataSeriesList Method

public virtual List<DataSeries> GetDataSeriesList( 
Instrument instrument = null, 
string pattern = null 
)
This language is not supported or no code example is available.
public:  
virtual 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