HistoricalDataFilter.FinancialSymbols Property

[Description("Wildcard (*) is supported")] 
[TypeConverter(typeof(OberMind.SI.Design.StringArrayTypeConverter))] 
public string[] FinancialSymbols {get; set;}
This language is not supported or no code example is available.
[Description("Wildcard (*) is supported")] 
[TypeConverter(typeof(OberMind.SI.Design.StringArrayTypeConverter))] 
public:  
property array< String^ >^ FinancialSymbols { 
array< String^ >^ get( ); 
void set( 
array< String^ >^ value 
); 
}
This language is not supported or no code example is available.
public  
Description("Wildcard (*) is supported") 
TypeConverter(typeof(OberMind.SI.Design.StringArrayTypeConverter)) 
function get FinancialSymbols() : String[]; 
public  
Description("Wildcard (*) is supported") 
TypeConverter(typeof(OberMind.SI.Design.StringArrayTypeConverter)) 
function set FinancialSymbols(value : String[]);
This language is not supported or no code example is available.

Property Value

string[]

In this article

Definition