Seat type enumeration defines seat type values such as whether this
identity is a Bloomberg Professional Service user.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
SyntaxPublic Enumeration SeatType
public enum class SeatType
Members|
| Member name | Value | Description |
|---|
| INVALID_SEAT | -1 |
Invalid seat type
|
| BPS | 0 |
Bloomberg Professional Service
|
| NONBPS | 1 |
None Bloomberg Professional Service
|
See Also