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

Watchlist security. More...

#include <types.hpp>

Public Attributes

std::string symbol
 Security symbol. More...
 
Market market
 Market. More...
 
std::string name
 Security name. More...
 
std::optional< Decimalwatched_price
 Watched price. More...
 
int64_t watched_at
 Watched time. More...
 

Detailed Description

Watchlist security.

Member Data Documentation

◆ market

Market longport::quote::WatchlistSecurity::market

Market.

◆ name

std::string longport::quote::WatchlistSecurity::name

Security name.

◆ symbol

std::string longport::quote::WatchlistSecurity::symbol

Security symbol.

◆ watched_at

int64_t longport::quote::WatchlistSecurity::watched_at

Watched time.

◆ watched_price

std::optional<Decimal> longport::quote::WatchlistSecurity::watched_price

Watched price.


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