|
Longbridge OpenAPI C++ SDK
|
Options for creating a topic. More...
#include <types.hpp>
Public Attributes | |
| std::string | title |
| Topic title (required) More... | |
| std::string | body |
| Topic body in Markdown format (required) More... | |
| std::string | topic_type |
| Content type: "article" or "post" (empty = default "post") More... | |
| std::vector< std::string > | tickers |
| Related stock tickers, format: {symbol}.{market}, max 10. More... | |
| std::vector< std::string > | hashtags |
| Hashtag names, max 5. More... | |
Options for creating a topic.
| std::string longbridge::content::CreateTopicOptions::body |
Topic body in Markdown format (required)
| std::vector<std::string> longbridge::content::CreateTopicOptions::hashtags |
Hashtag names, max 5.
| std::vector<std::string> longbridge::content::CreateTopicOptions::tickers |
Related stock tickers, format: {symbol}.{market}, max 10.
| std::string longbridge::content::CreateTopicOptions::title |
Topic title (required)
| std::string longbridge::content::CreateTopicOptions::topic_type |
Content type: "article" or "post" (empty = default "post")