Package com.bloomberglp.blpapi
Class Session.SubscriptionStatus
java.lang.Object
com.bloomberglp.blpapi.Session.SubscriptionStatus
- Enclosing class:
- Session
SubscriptionStatus lists the possible statuses a Subscription may be in.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Integer constants to facilitate switch constructs onSession.SubscriptionStatus
Enumeration. -
Field Summary
Modifier and TypeFieldDescriptionstatic final Session.SubscriptionStatus
Indicates that the subscription has successfully completed and messages are being received for the subscribed instrumentstatic final Session.SubscriptionStatus
Indicates a subscription request has been sent and the response is pendingstatic final Session.SubscriptionStatus
Indicates that this instrument is unsubscribed and no messages will be received for it.static final Session.SubscriptionStatus
Indicates that the subscription has successfully completed. -
Method Summary
-
Field Details
-
SUBSCRIBING
Indicates a subscription request has been sent and the response is pending -
WAITING_FOR_MESSAGES
Indicates that the subscription has successfully completed. But no messages have been received for the subscribed instrument -
RECEIVING_MESSAGES
Indicates that the subscription has successfully completed and messages are being received for the subscribed instrument -
UNSUBSCRIBED
Indicates that this instrument is unsubscribed and no messages will be received for it.
-
-
Method Details