Class RelatedInstrument
Related instrument.
Inherited Members
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
[Serializable]
public class RelatedInstrument
Properties
RelatedSecurityGuid
Globally unique identifier of the security.
Declaration
public string RelatedSecurityGuid { get; set; }
Property Value
Type | Description |
---|---|
string |
RelatedSecurityID
Related security identifier. Value of RelatedSecurityIDSource (1651) type.
Declaration
public string RelatedSecurityID { get; set; }
Property Value
Type | Description |
---|---|
string |
RelatedSecurityIDSource
Identifies class or source of the RelatedSecurityID (1650) value.
Declaration
public SecurityIDSource RelatedSecurityIDSource { get; set; }
Property Value
Type | Description |
---|---|
SecurityIDSource |
RelatedSecurityType
Security type of the related instrument.
Declaration
public RelatedSecurityType RelatedSecurityType { get; set; }
Property Value
Type | Description |
---|---|
RelatedSecurityType |
RelatedSymbol
Symbol of the related security.
Declaration
public string RelatedSymbol { get; set; }
Property Value
Type | Description |
---|---|
string |