PartyIDSource Enumeration |
Used to identify the source of the Party.
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 PartyIDSource
Members
| Member name | Value | Description |
---|
| None | -1 |
Default value. Do not use it directly.
|
| Undefined | 0 |
Undefined value.
|
| GenerallyAcceptedMarketParticipantIdentifier | 67 |
Generally accepted market participant identifier
|
| ClearingHouse | 72 |
Clearing house participant/member code
|
| BankIdentificationCode | 66 |
BIC (Bank Identification Code - SWIFT managed) code.
|
| CustomCode | 68 |
Proprietary / Custom code.
|
| Lei | 78 |
LEI.
|
| ShortCodeIdentifier | 80 |
Short code identifier.
|
See Also