Longbridge OpenAPI C++ SDK
Public Attributes | List of all members
longbridge::content::CreateTopicOptions Struct Reference

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...
 

Detailed Description

Options for creating a topic.

Member Data Documentation

◆ body

std::string longbridge::content::CreateTopicOptions::body

Topic body in Markdown format (required)

◆ hashtags

std::vector<std::string> longbridge::content::CreateTopicOptions::hashtags

Hashtag names, max 5.

◆ tickers

std::vector<std::string> longbridge::content::CreateTopicOptions::tickers

Related stock tickers, format: {symbol}.{market}, max 10.

◆ title

std::string longbridge::content::CreateTopicOptions::title

Topic title (required)

◆ topic_type

std::string longbridge::content::CreateTopicOptions::topic_type

Content type: "article" or "post" (empty = default "post")


The documentation for this struct was generated from the following file: