SessionSubscriptionStatus Enumeration |
SubscriptionStatus lists the
possible statuses a Subscription may be in.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax public enum SubscriptionStatus
Public Enumeration SubscriptionStatus
public enum class SubscriptionStatus
Members
| Member name | Value | Description |
---|
| SUBSCRIBING | 0 | Indicates a subscription request has been
sent and the response is pending.
|
| WAITING_FOR_MESSAGES | 1 |
Indicates that the subscription has successfully completed. But no
messages have been received for the subscribed instrument.
|
| RECEIVING_MESSAGES | 2 |
Indicates that the subscription has successfully completed and
messages are being received for the subscribed instrument.
|
| UNSUBSCRIBED | 3 | Indicates that this instrument is unsubscribed
and no messages will be received for it.
|
| RESUBSCRIBING | 4 | Indicates a Resubscribe request has been sent and the response is
pending.
|
See Also