Click or drag to resize
SessionSubscriptionStatus Enumeration
SubscriptionStatus lists the possible statuses a Subscription may be in.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public enum SubscriptionStatus
Members
  Member nameValueDescription
SUBSCRIBING0 Indicates a subscription request has been sent and the response is pending.
WAITING_FOR_MESSAGES1 Indicates that the subscription has successfully completed. But no messages have been received for the subscribed instrument.
RECEIVING_MESSAGES2 Indicates that the subscription has successfully completed and messages are being received for the subscribed instrument.
UNSUBSCRIBED3 Indicates that this instrument is unsubscribed and no messages will be received for it.
RESUBSCRIBING4 Indicates a Resubscribe request has been sent and the response is pending.
See Also