ISupportHistorical Interface

Stator | API Documentation
Interface which implements historical data functionality for a data plugin
If you implement this interface the data plugin will support the retrieval of historical price data

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

public interface ISupportHistorical

The ISupportHistorical type exposes the following members.

Methods

  NameDescription
Public methodDispose
Disposal method
Public methodGetHistoricalData
Return ALL the historical price data for each item passed into the method
Public methodInitialize
Initialize method
Top
Remarks

Why is this interface required?
Some functionality within Stator requires historical price data. Implementing this interface in a data
plugin means the plugin is able to retrieve historical price data for any item (IGetDataForItem)

See Also

Reference