Click or drag to resize

TradingDataProviderSearchSecurity Method

LightningChart .NET Help
Search for a security

Namespace:  Arction.CustomControls.Trader.WPF.DataProviders
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public virtual SecurityInfo[] SearchSecurity(
	string searchText
)

Parameters

searchText
Type: SystemString
Symbol or name, or part of it

Return Value

Type: SecurityInfo
List of matching records
See Also