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
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
The ISupportHistorical type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Disposal method
|
![]() | GetHistoricalData |
Return ALL the historical price data for each item passed into the method
|
![]() | Initialize |
Initialize method
|
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