BLPAPI C++
3.23.0
|
#include <blpapi_message.h>
Public Types | |
enum | Type { e_none = 0, e_solicited = 1, e_unsolicited = 2 } |
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.
enum Type |