A TopicId represents a canonical address for content on the platform. The address can be broken up into two or three elements: Data source id, Table Number (Optional), Symbol.
Each topic is associated with a single data source. The combination of DataSource and Symbol represents a unique entity on the platform. Table number is optional.
toString(): string
A string representation of a topic id.
string
dataSourceId: DataSourceId
The data source of the topic
tableNumber?: TableNumber
An optional table number
symbol: string
The symbol of the topic