Uses of Class
com.bloomberglp.blpapi.Subscription

Uses of Subscription in com.bloomberglp.blpapi
 

Methods in com.bloomberglp.blpapi that return Subscription
 Subscription SubscriptionList.get(int index)
          Get the Subscription at the specified index in this SubscriptionList
 Subscription SubscriptionIterator.next()
          Returns the next Subscription in the iteration
 Subscription SubscriptionList.remove(int index)
          Remove the Subscription at the specified index in this SubscriptionList
 Subscription[] SubscriptionList.toArray()
          Returns an array containing all of the Subscriptions in this SubscriptionList in the correct order
 

Methods in com.bloomberglp.blpapi that return types with arguments of type Subscription
 java.util.Iterator<Subscription> SubscriptionList.iterator()
          Return an iterator over the subscriptions contained in this SubscriptionList
 

Methods in com.bloomberglp.blpapi with parameters of type Subscription
 boolean SubscriptionList.add(Subscription subscription)
          Appends the specified subscription to the end of this list
 



Copyright © 2015 Bloomberg L.P.. All Rights Reserved.