• Version 4.1.0
Show / Hide Table of Contents

Class RootParty

Repeating block of Parties identifying information (e.g., Broker Code)

Inheritance
object
RootParty
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 RootParty

Constructors

RootParty()

Default constructor.

Declaration
public RootParty()

Properties

PartyID

Party identifier/code. See PartyRole (452) below.

Declaration
public string PartyID { get; set; }
Property Value
Type Description
string

PartyIDSource

Used to identify the source of the Party.

Declaration
public RootPartyIDSource PartyIDSource { get; set; }
Property Value
Type Description
RootPartyIDSource

PartyRole

Identifies the type or role of the PartyID (448) specified.

Declaration
public PartyRole PartyRole { get; set; }
Property Value
Type Description
PartyRole

PartySubIDs

Party sub identifiers.

Declaration
public Collection<PartySubID> PartySubIDs { get; }
Property Value
Type Description
Collection<PartySubID>
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX