IChartingCode Interface

Stator | API Documentation
Interface which is used to identify a code/ticker for charting purposes.

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

public interface IChartingCode

The IChartingCode type exposes the following members.

Properties

  NameDescription
Public propertyDescription
A description for the item to be charted.
i.e. GE = 'General Electric'
Public propertyFile
The full path (filepath/URL/pointer) to the price data for the code/ticker.
Public propertyTicker
The code/ticker for the item to be charted.
i.e. MFST, GOOG, GE
Public propertyCode exampleUniqueIdentifier
A unique identifier used to uniquely identify the charting code.
Top
See Also

Reference