PartySubIDType Enumeration |
Identifies the type of the Nested2PartySubID (760) specified.
Namespace:
OnixS.CmeStpHandler
Assembly:
OnixS.CmeStpHandler-net-4.8 (in OnixS.CmeStpHandler-net-4.8.dll) Version: 3.5.0.0 (3.5.0)
Syntax public enum PartySubIDType
Members
| Member name | Value | Description |
---|
| None | -1 |
Default value. Do not use it directly.
|
| Customer | 1 |
Customer
|
| House | 2 |
House
|
| FullLegalNameOfFirm | 5 |
Full Legal Name Of Firm
|
| ContactName | 9 |
Contact Name
|
| BankIdentificationCode | 16 |
BIC (Bank Identification Code - SWIFT managed)
|
| ClearingHouse | 17 |
Clearing house participant/member code
|
| AccountType | 26 |
Account Type
|
| BrokerLoginID | 27 |
Broker Login ID
|
| ExecutingFirmLEI | 84 |
Executing Firm LEI
|
| PrimeBrokerIndicator | 1003 |
Prime broker indicator
|
See Also