Click or drag to resize

WorldTradingDataProviderGetDataForRange Method

LightningChart .NET Help
Get data for date time range

Namespace:  Arction.CustomControls.Trader.WinForms.DataProviders
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public override DataFetchStatus GetDataForRange(
	string symbol,
	DateTime begin,
	DateTime end,
	out OhlcData[] ohlcData,
	out string errorMessage
)

Parameters

symbol
Type: SystemString
Symbol whose data is to be retrieved
begin
Type: SystemDateTime
Begin datetime
end
Type: SystemDateTime
End datetime
ohlcData
Type: Arction.CustomControls.Trader.WinFormsOhlcData
Output OHLC data
errorMessage
Type: SystemString
Error message

Return Value

Type: DataFetchStatus
Data fetch status
See Also