| Modifier and Type | Class and Description |
|---|---|
static class |
Session.SubscriptionStatus.Constants
Integer constants to facilitate switch constructs on
Session.SubscriptionStatus Enumeration. |
| Modifier and Type | Field and Description |
|---|---|
static Session.SubscriptionStatus |
RECEIVING_MESSAGES
Indicates that the subscription has successfully completed and
messages are being received for the subscribed instrument
|
static Session.SubscriptionStatus |
SUBSCRIBING
Indicates a subscription request has been sent and the response is
pending
|
static Session.SubscriptionStatus |
UNSUBSCRIBED
Indicates that this instrument is unsubscribed and no messages will
be received for it.
|
static Session.SubscriptionStatus |
WAITING_FOR_MESSAGES
Indicates that the subscription has successfully completed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
intValue()
Integer value of the subscription status to be used in Switch
constructs
|
String |
toString() |
public static final Session.SubscriptionStatus SUBSCRIBING
public static final Session.SubscriptionStatus WAITING_FOR_MESSAGES
public static final Session.SubscriptionStatus RECEIVING_MESSAGES
public static final Session.SubscriptionStatus UNSUBSCRIBED
Copyright © 2019 Bloomberg L.P.. All rights reserved.