IResolutionList Interface |
Namespace: Bloomberglp.Blpapi
The IResolutionList type exposes the following members.
Name | Description | |
---|---|---|
Add(String) |
Add a topic to the list.
| |
Add(Message) |
Adds the topic from a Message(CorrelationID) to this list.
| |
Add(String, CorrelationID) |
Add a topic to this list.
| |
Add(Message, CorrelationID) |
Adds the topic from a Message(CorrelationID) to this list.
| |
CorrelationIdAt |
Gets the CorrelationID of an entry at the specified
index.
| |
Message |
Gets the result of a topic resolution.
The message returned can be used when creating an instance of Topic. | |
MessageAt |
Gets the result of resolving the topic in the entry specified by
index.
The message returned can be used when creating an instance of Topic. | |
Size |
The number of elements in this list.
| |
Status |
Return the ResolutionStatus status of an entry.
| |
StatusAt |
Return the ResolutionStatus of an entry at the specified
index.
| |
TopicString |
Gets the topic of an entry.
| |
TopicStringAt |
Gets the topic of an entry at the specified index.
|