IGetDataForItem Interface

Stator | API Documentation
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.

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

public interface IGetDataForItem

The IGetDataForItem type exposes the following members.

Properties

  NameDescription
Public propertyDate1
Minimum date defining period for historical data.
Public propertyDate2
Maximum date defining period for historical data.
Public propertyIdentifier
A string identifier for this item, used by the data plugin.
Public propertySettingsItem
Settings for the item.
Public propertySettingsTemplate
Settings for the template assigned to this item.
Top
See Also

Reference