Click or drag to resize
TopicList Class
TopicList is used to create a list of topics. CreateTopics(TopicList)CreateTopicsAsync(TopicList)
Inheritance Hierarchy
SystemObject
  Bloomberglp.BlpapiTopicList

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public class TopicList

The TopicList type exposes the following members.

Constructors
  NameDescription
Public methodTopicList
The default constructor.
Top
Properties
  NameDescription
Public propertySize
Return the topic list size.
Top
Methods
  NameDescription
Public methodAdd(String)
Add a new topic to the list.
Public methodAdd(Message)
Public methodAdd(String, CorrelationID)
Add the topic with the correlation id to the list.
Public methodAdd(Message, CorrelationID)
Public methodCorrelationIdAt
Public methodMessage
Public methodMessageAt
Public methodStatus
Public methodStatusAt
Public methodTopicString
Public methodTopicStringAt
Top
See Also