SecurityIdentifier Structure
Defines a unique identifier for securities
Object Model

Syntax
[Newtonsoft.Json.JsonConverter(ConverterType=QuantConnect.Util.SecurityIdentifierJsonConverter, ConverterParameters=)] public struct SecurityIdentifier : System.ValueType
Remarks
The SecurityIdentifier contains information about a specific security.
This includes the symbol and other data specific to the SecurityType.
The symbol is limited to 12 characters
Inheritance Hierarchy
System.Object
System.ValueType
QuantConnect.SecurityIdentifier
Requirements
Target Platforms: Microsoft .NET 4.5 or Mono 3.10 or above.
See Also