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
Return Value
Type: StringExamples
(Extracted from pgnMetastock.dll (data plugin))
public string UniqueIdentifier { get { return string.Format("{0} - {1}", Ticker, File); } }
See Also