Click or drag to resize

MarketStackDataProviderSearchSecurity Method

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

Namespace:  Arction.CustomControls.Trader.WPF.DataProviders
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.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