LongPort OpenAPI C++ SDK
|
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< Decimal > | watched_price |
Watched price. More... | |
int64_t | watched_at |
Watched time. More... | |
Watchlist security.
Market longport::quote::WatchlistSecurity::market |
Market.
std::string longport::quote::WatchlistSecurity::name |
Security name.
std::string longport::quote::WatchlistSecurity::symbol |
Security symbol.
int64_t longport::quote::WatchlistSecurity::watched_at |
Watched time.
std::optional<Decimal> longport::quote::WatchlistSecurity::watched_price |
Watched price.