Class Party
Repeating block of Parties identifying information (e.g., Broker Code)
Inherited Members
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
[Serializable]
public class Party
Constructors
Party()
Default constructor.
Declaration
public Party()
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 PartyID value.
Declaration
public PartyIDSource PartyIDSource { get; set; }
Property Value
Type | Description |
---|---|
PartyIDSource |
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> |