#include <blpapi_topic.h>
Used to identify the stream on which a message is published.
Topic objects are obtained from createTopic() on ProviderSession. They are used when adding a message to an Event for publishing using appendMessage() on EventFormatter.
See Component blpapi_topic
◆ Topic() [1/3]
Create a Topic object. A Topic created from the default constructor is not a valid topic and must be assigned to from a valid topic before it can be used.
◆ Topic() [2/3]
Create a Topic object from a handle (main constructor)
◆ Topic() [3/3]
Create a copy of the specified original
Topic.
◆ ~Topic()
Destroy this Topic object.
◆ impl() [1/2]
◆ impl() [2/2]
◆ isActive()
Returns true if this topic was elected by the platform to become the primary publisher.
◆ isValid()
Returns true if this Topic is valid and can be used to publish a message on.
◆ operator=()
◆ service()
Returns the service for which this topic was created.
The documentation for this class was generated from the following file: