ISupportHistoricalGetHistoricalData Method

Stator | API Documentation
Return ALL the historical price data for each item passed into the method

Namespace:  Stator.libPublic.DataPlugins
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

IDictionary<IGetDataForItem, IDictionary<DateTime, IPrice>> GetHistoricalData(
	IEnumerable<IGetDataForItem> GetDataForItems,
	out IList<IPluginError> PluginErrors
)

Parameters

GetDataForItems
Type: System.Collections.GenericIEnumerableIGetDataForItem
A collection of items which data will be returned for (IGetDataForItem)
PluginErrors
Type: System.Collections.GenericIListIPluginError
A list of exceptions/errors occuring within the plugin as a result of this method (IPluginError)

Return Value

Type: IDictionaryIGetDataForItem, IDictionaryDateTime, IPrice
A dictionary with the key being the item (IGetDataForItem) and value another dictionary of key date/time and IPrice value (IPrice)
See Also

Reference