BLPAPI C++  3.24.9
Component blpapi_session

Provide consumer session to get Bloomberg Service. More...

Namespaces

 BloombergLP
 
 BloombergLP::blpapi
 

Classes

class  EventHandler
 
struct  SubscriptionPreprocessError
 
struct  SubscriptionPreprocessMode
 
class  Session
 
class  SubscriptionIterator
 

Typedefs

typedef std::vector< SubscriptionPreprocessErrorSubscriptionPreprocessErrors
 

Functions

void blpapi_eventHandlerAdapter (blpapi_Event_t *event, blpapi_Session_t *, void *userData)
 
std::ostream & operator<< (std::ostream &os, const SubscriptionPreprocessError &error)
 
void blpapi_SubscriptionPreprocess_handleError (const blpapi_CorrelationId_t *correlationId, const char *subscriptionString, int errorCode, const char *description, void *userData)
 

Detailed Description

Provide consumer session to get Bloomberg Service.

Purpose:
Provide consumer session to get Bloomberg Service.
Classes:
blpapi::Session A consumer session for consuming service
Description:
This component implements a consumer session for getting services.

Typedef Documentation

◆ SubscriptionPreprocessErrors

Function Documentation

◆ blpapi_eventHandlerAdapter()

void blpapi_eventHandlerAdapter ( blpapi_Event_t event,
blpapi_Session_t ,
void *  userData 
)

Adapter blpapi_EventHandler_t implementation that dispatches the specified event to a blpapi::Session pointed by userData.

◆ blpapi_SubscriptionPreprocess_handleError()

void BloombergLP::blpapi::blpapi_SubscriptionPreprocess_handleError ( const blpapi_CorrelationId_t *  correlationId,
const char *  subscriptionString,
int  errorCode,
const char *  description,
void *  userData 
)

◆ operator<<()

std::ostream& BloombergLP::blpapi::operator<< ( std::ostream &  os,
const SubscriptionPreprocessError error 
)