Interface which identifies an item for the purposes of price data retrieval, i.e. ticker or system exchange rate.
Date fields are nullable and should only be used for 'Historical' data retrieval.
Date fields are nullable and should only be used for 'Historical' data retrieval.
Namespace: Stator.libPublic.DataPlugins.DataObjectInterfaces
Assembly: libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax
The IGetDataForItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Date1 |
Minimum date defining period for historical data.
|
![]() | Date2 |
Maximum date defining period for historical data.
|
![]() | Identifier |
A string identifier for this item, used by the data plugin.
|
![]() | SettingsItem |
Settings for the item.
|
![]() | SettingsTemplate |
Settings for the template assigned to this item.
|
See Also