BLPAPI C++ 3.26.5
Loading...
Searching...
No Matches
Component blpapi_names

Namespaces

namespace  BloombergLP
namespace  BloombergLP::blpapi

Classes

struct  Names

Detailed Description

Purpose:
Provide static blpapi::Name instances for common message types.
Classes:
blpapi::NamesA 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().