• Version 4.1.0
Show / Hide Table of Contents

Class RequestParty

Requested party description.

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

Constructors

RequestParty()

Default constructor.

Declaration
public RequestParty()

Properties

PartyID

Party identifier/code. See PartyRole (452) below. Results will be filtered by values specified for eligible roles (e.g. ID 444 with corresponding role specified (Role = 4) would return results for Clearing Firm 444).

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

PartyRole

Identifies the type or role of the PartyID (448) specified. For subscriptions, Executing Trader (Role =12) can be specified. For filtered snapshots, Clearing Firm (Role = 4), Trading Firm (Role = 1), and Account (Role = 24) can be specified.

Declaration
public PartyRole PartyRole { get; set; }
Property Value
Type Description
PartyRole
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX