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

Namespaces

namespace  BloombergLP
namespace  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

Purpose:
Provide consumer session to get Bloomberg Service.
Classes:
blpapi::SessionA 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 the specified userData.

◆ blpapi_SubscriptionPreprocess_handleError()

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

◆ operator<<()

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