Public Types

blpapi::Message::RecapType Struct Reference

#include <blpapi_message.h>

List of all members.

Public Types

enum  Type { e_none = BLPAPI_MESSAGE_RECAPTYPE_NONE, e_solicited = BLPAPI_MESSAGE_RECAPTYPE_SOLICITED, e_unsolicited = BLPAPI_MESSAGE_RECAPTYPE_UNSOLICITED }

Detailed Description

Some subscription data messages (messages which originate from events with event type blpapi::Event::SUBSCRIPTION_DATA) are recaps, which summarize the overall state of the data associated with the subscription. A solicited recap message is a recap intended for a particular consumer who has recently subscribed or resubscribed to a topic on a service. Services may also emit unsolicited recaps, intended for all consumers, at any time. This enum is used to indicate the recap type for a particular subscription data message.


Member Enumeration Documentation

Enumerator:
e_none 
e_solicited 
e_unsolicited 

The documentation for this struct was generated from the following file: