Click or drag to resize

MarketStackDataProviderParseStringData Method

LightningChart .NET Help
Parses the data string read from the provider.

Namespace:  Arction.CustomControls.Trader.WPF.DataProviders
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public override DataParseStatus ParseStringData(
	string data,
	out OhlcData[] ohlcData,
	out string errorMessage,
	out IntradayInfo intradayInfo
)

Parameters

data
Type: SystemString
Data string to be parsed
ohlcData
Type: Arction.CustomControls.Trader.WPFOhlcData
OHLC data read from the data string
errorMessage
Type: SystemString
Error message to be displayed if parsing fails.
intradayInfo
Type: Arction.CustomControls.Trader.WPFIntradayInfo
Info about the Security

Return Value

Type: DataParseStatus
Has data parsing succeeded.
See Also