Namespaces

Component blpapi_abstractsession
[Package blpapi]

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

Namespaces

namespace  blpapi

Detailed Description

A common interface shared between publish and consumer sessions.

Outline
Purpose:
A common interface shared between publish 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 interfaces which are 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 /.