BLPAPI C++  3.20.6
Component blpapi_names

Provide static blpapi::Name instances for common message types. More...

Namespaces

 BloombergLP
 
 BloombergLP::blpapi
 

Classes

struct  Names
 

Detailed Description

Provide static blpapi::Name instances for common message types.

Purpose:
Provide static blpapi::Name instances for common message types.
Classes:
blpapi::Names A struct that defines static blpapi::Name instances.
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().