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

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
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