This is the namespace used to implement data plugin functionality
Each interface found in this namespace represents a piece of functionality (except IIsDataPlugin)
Each interface found in this namespace represents a piece of functionality (except IIsDataPlugin)
Interfaces
| Interface | Description | |
|---|---|---|
| IIsDataPlugin |
Interface which identifies the assembly/file as a data plugin If you implement this interface, Stator will identify the assembly as a valid data plugin | |
| ISupportCharting |
Interface which implements charting data functionality for a data plugin If you implement this interface the data plugin will support charting | |
| ISupportHistorical |
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 | |
| ISupportLatest |
Interface which implements latest price functionality for a data plugin If you implement this interface the data plugin will support the retrieval of latest price data |