LongPort OpenAPI C++ SDK
Public Attributes | List of all members
longport::quote::UpdateWatchlistGroup Struct Reference

An request for update watchlist group. More...

#include <types.hpp>

Public Attributes

int64_t id
 Group id. More...
 
std::optional< std::string > name
 Group name. More...
 
std::optional< std::vector< std::string > > securities
 Securities. More...
 
SecuritiesUpdateMode mode
 Securities Update Mode. More...
 

Detailed Description

An request for update watchlist group.

Member Data Documentation

◆ id

int64_t longport::quote::UpdateWatchlistGroup::id

Group id.

◆ mode

SecuritiesUpdateMode longport::quote::UpdateWatchlistGroup::mode

Securities Update Mode.

◆ name

std::optional<std::string> longport::quote::UpdateWatchlistGroup::name

Group name.

◆ securities

std::optional<std::vector<std::string> > longport::quote::UpdateWatchlistGroup::securities

Securities.


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