Uses of Class
com.bloomberglp.blpapi.Message
Packages that use Message
-
Uses of Message in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi that return MessageModifier and TypeMethodDescriptionResolutionList.message(CorrelationID correlationId) TopicList.message(CorrelationID correlationId) ResolutionList.messageAt(int index) TopicList.messageAt(int index) MessageIterator.next()Return the next element in the iterationMethods in com.bloomberglp.blpapi that return types with arguments of type MessageModifier and TypeMethodDescriptionEvent.iterator()Return an iterator over the messages contained in this EventMethods in com.bloomberglp.blpapi with parameters of type MessageModifier and TypeMethodDescriptionvoidvoidResolutionList.add(Message message, CorrelationID correlationId) voidvoidTopicList.add(Message message, CorrelationID correlationId) ProviderSession.createTopic(Message message) Deprecated.Finds a previously createdTopicobject based on the specifiedmessage.
ProviderSession.createTopicsAsync(TopicList, ResolveMode, Identity)orProviderSession.createTopics(TopicList, ResolveMode, Identity)instead Creates a new Topic object based on the specified 'message'.