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.12.5.1
Syntax Public 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