Uses of Enum Class
com.bloomberglp.blpapi.SubscriptionPreprocessMode
-
Uses of SubscriptionPreprocessMode in com.bloomberglp.blpapi
Modifier and TypeMethodDescriptionstatic SubscriptionPreprocessMode
Returns the enum constant of this class with the specified name.static SubscriptionPreprocessMode[]
SubscriptionPreprocessMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSession.resubscribe
(SubscriptionList subscriptionList, int resubId, SubscriptionPreprocessMode mode) This is the same as callingresubscribe(subscriptionList, resubId, nullRequestLabel, mode)
Session.resubscribe
(SubscriptionList subscriptionList, int resubId, String requestLabel, SubscriptionPreprocessMode mode) Modifies each subscription insubscriptionList
to reflect the modified options specified for it.Session.resubscribe
(SubscriptionList subscriptionList, SubscriptionPreprocessMode mode) This is the same as callingresubscribe(subscriptionList, nullRequestLabel, mode)
Session.resubscribe
(SubscriptionList subscriptionList, String requestLabel, SubscriptionPreprocessMode mode) Modifies each subscription insubscriptionList
to reflect the modified options specified for it.Session.subscribe
(SubscriptionList subscriptionList, Identity identity, SubscriptionPreprocessMode mode) This is the same as callingsubscribe(subscriptionList, identity, nullRequestLabel, mode)
Session.subscribe
(SubscriptionList subscriptionList, Identity identity, String requestLabel, SubscriptionPreprocessMode mode) Begins subscription for each entry insubscriptionList
.Session.subscribe
(SubscriptionList subscriptionList, SubscriptionPreprocessMode mode) This is the same as callingsubscribe(subscriptionList, nullIdentity, nullRequestLabel, mode)
Session.subscribe
(SubscriptionList subscriptionList, String requestLabel, SubscriptionPreprocessMode mode) This is the same as callingsubscribe(subscriptionList, nullIdentity, requestLabel, mode)