Class RequestParty
Requested party description.
Inherited Members
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 |