Recap type of a Message.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.2.1
Syntax Members
| Member name | Value | Description |
---|
| NONE | 0 |
Normal data tick; not a recap
|
| SOLICITED | 1 |
Generated on request by subscriber
|
| UNSOLICITED | 2 |
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