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

Detailed Description

Provide consumer session to get Bloomberg Service.

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.

Classes

class  EventHandler
struct  SubscriptionPreprocessError
struct  SubscriptionPreprocessMode
class  Session
class  SubscriptionIterator

Typedefs

typedef std::vector< SubscriptionPreprocessErrorSubscriptionPreprocessErrors

Functions

std::ostream & operator<< (std::ostream &os, const SubscriptionPreprocessError &error)
constexpr const char * to_string (SubscriptionPreprocessError::Code code)
constexpr const char * to_string (SubscriptionPreprocessMode::Enum mode)
constexpr const char * to_string (Session::SubscriptionStatus status)

Typedef Documentation

◆ SubscriptionPreprocessErrors

Function Documentation

◆ operator<<()

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

◆ to_string() [1/3]

const char * to_string ( Session::SubscriptionStatus status)
constexpr

Return a string representation of the specified status.

◆ to_string() [2/3]

const char * to_string ( SubscriptionPreprocessError::Code code)
constexpr

Return a string representation of the specified code.

◆ to_string() [3/3]

const char * to_string ( SubscriptionPreprocessMode::Enum mode)
constexpr

Return a string representation of the specified mode.