|
BLPAPI C++ 3.26.5
|
Namespaces | |
| namespace | BloombergLP |
| namespace | BloombergLP::blpapi |
Classes | |
| class | EventHandler |
| struct | SubscriptionPreprocessError |
| struct | SubscriptionPreprocessMode |
| class | Session |
| class | SubscriptionIterator |
Typedefs | |
| typedef std::vector< SubscriptionPreprocessError > | SubscriptionPreprocessErrors |
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) |
| blpapi::Session | A consumer session for consuming service |
| typedef std::vector<SubscriptionPreprocessError> SubscriptionPreprocessErrors |
| 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.
| void blpapi_SubscriptionPreprocess_handleError | ( | const blpapi_CorrelationId_t * | correlationId, |
| const char * | subscriptionString, | ||
| int | errorCode, | ||
| const char * | description, | ||
| void * | userData ) |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const SubscriptionPreprocessError & | error ) |