Click or drag to resize

WorldTradingDataProviderSearchSecurity Method

LightningChart .NET Help
Fetches information from the data provider about a Security according to search text.

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

Parameters

searchText
Type: SystemString
Search text

Return Value

Type: SecurityInfo
Information about the Security
See Also