IChartingCodeUniqueIdentifier Property

Stator | API Documentation
A unique identifier used to uniquely identify the charting code.

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

string UniqueIdentifier { get; }

Return Value

Type: String
Examples

This code extract shows a basic (very suitable) UniqueIdentifier.
(Extracted from pgnMetastock.dll (data plugin))
public string UniqueIdentifier { get { return string.Format("{0} - {1}", Ticker, File); } }
See Also

Reference