Click or drag to resize
MessageRecap Enumeration
Recap type of a Message.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public enum Recap
Members
  Member nameValueDescription
NONE0 Normal data tick; not a recap
SOLICITED1 Generated on request by subscriber
UNSOLICITED2 Generated at discretion of the service
Remarks
Some subscription data messages (messages which originate from events of type 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 data message.
See Also