• Version 4.1.0
Show / Hide Table of Contents

Class RelatedInstrument

Related instrument.

Inheritance
object
RelatedInstrument
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX