BLPAPI C++  3.23.0
Message::RecapType Struct Reference

#include <blpapi_message.h>

Public Types

enum  Type {
  e_none = 0,
  e_solicited = 1,
  e_unsolicited = 2
}
 

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.

See Component blpapi_message

Member Enumeration Documentation

◆ Type

enum Type
Enumerator
e_none 

normal data tick; not a recap

e_solicited 

generated on request by subscriber

e_unsolicited 

generated at discretion of the service


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