Uses of Class
com.bloomberglp.blpapi.SubscriptionPreprocessError
-
Uses of SubscriptionPreprocessError in com.bloomberglp.blpapi
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)