Return ALL the historical price data from the data file
Namespace: Stator.libPublic.DataPlugins
Assembly: libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax
IDictionary<DateTime, IPrice> GetHistoricalData( IGetDataForItem GetDataForItem, string dataFile, out IList<IPluginError> PluginErrors )
Parameters
- GetDataForItem
- Type: Stator.libPublic.DataPlugins.DataObjectInterfacesIGetDataForItem
The item which data will be returned for (IGetDataForItem) - dataFile
- Type: SystemString
The filepath/URL/pointer for the item - PluginErrors
- Type: System.Collections.GenericIListIPluginError
A list of exceptions/errors occuring within the plugin as a result of this method (IPluginError)
Return Value
Type: IDictionaryDateTime, IPriceA dictionary with DateTime key and IPrice value (IPrice)
See Also