ISupportLatestGetLatestPrice Method

Stator | API Documentation
Return the latest price data

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

IDictionary<IGetDataForItem, IPrice> GetLatestPrice(
	ICollection<IGetDataForItem> GetDataForItems,
	out IList<IPluginError> PluginErrors
)

Parameters

GetDataForItems
Type: System.Collections.GenericICollectionIGetDataForItem
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, IPrice
A dictionary with the key being the item (IGetDataForItem) and IPrice value (IPrice)
See Also

Reference