BLPAPI C++  3.23.2
Component blpapi_abstractsession

A common interface shared between publisher and consumer sessions. More...

Namespaces

 BloombergLP
 
 BloombergLP::blpapi
 

Classes

class  AbstractSession
 

Typedefs

typedef Identity UserHandle
 

Detailed Description

A common interface shared between publisher and consumer sessions.

Purpose:
A common interface shared between publisher and consumer sessions.
Classes:
blpapi::AbstractSession shared interface between different session types.
See also
Component blpapi_session, Component blpapi_providersession
Description:
This file defines an abstract class AbstractSession - an interface which is shared between its concrete implementations Session and ProviderSession.
SERVICE IDENTIFIER:
A service identifier is the fully qualified service name which uniquely identifies the service in the API infrastructure. A service must be of the form //<namespace>/<local-name> where <namespace> and <local-name> are non-empty strings of characters from the set [-_.a-zA-Z0-9]. Service identifiers are case-insensitive, but clients are encouraged to prefer identifiers without upper-case characters. Note that the <namespace> and <local-name> cannot contain the character /.

Typedef Documentation

◆ UserHandle