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

Response for SharelistContext::list and SharelistContext::popular. More...

#include <types.hpp>

Public Attributes

std::vector< SharelistInfosharelists
 User's own and followed sharelists. More...
 
std::vector< SharelistInfosubscribed_sharelists
 Subscribed sharelists (may be empty in popular response) More...
 
std::string tail_mark
 Pagination cursor for the subscribed list. More...
 

Detailed Description

Response for SharelistContext::list and SharelistContext::popular.

Member Data Documentation

◆ sharelists

std::vector<SharelistInfo> longbridge::sharelist::SharelistList::sharelists

User's own and followed sharelists.

◆ subscribed_sharelists

std::vector<SharelistInfo> longbridge::sharelist::SharelistList::subscribed_sharelists

Subscribed sharelists (may be empty in popular response)

◆ tail_mark

std::string longbridge::sharelist::SharelistList::tail_mark

Pagination cursor for the subscribed list.


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