Provide static blpapi::Name instances for common message types.
- Purpose:
- Provide static blpapi::Name instances for common message types.
- Classes:
-
- Description:
- This component provides a new utility class called blpapi::Names that defines static blpapi::Name instances for common message types. C++17 or later users can use the static blpapi::Name constants defined in blpapi::Names, e.g., blpapi::Names::SessionStarted, other users must use the static functions instead, e.g., blpapi::Names::sessionStarted().