IIsDataPluginGetItemDataSourcePath Method

Stator | API Documentation
Return the filepath/URL/pointer to the items data
i.e. C:\Data\US Stock\GE.txt or www.online-data/us_stocks/GE etc

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

string GetItemDataSourcePath(
	IGetDataForItem forItem
)

Parameters

forItem
Type: Stator.libPublic.DataPlugins.DataObjectInterfacesIGetDataForItem
The item for which the filepath/URL/pointer will be returned

Return Value

Type: String
The filepath/URL/pointer to the data for the item
Remarks

Stator uses the path returned by this method to display the location of the data being requested to the user
This is useful so that the user knows where on earth the data has come from, they might use this information to help
fault-find any issues with the data retrieval for the item

item = a combination of ticker, currency and base type

See Also

Reference