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

All price alerts for one security. More...

#include <types.hpp>

Public Attributes

std::string symbol
 Security symbol. More...
 
std::string code
 Ticker code (without market) More...
 
std::string market
 Market, e.g. "HK". More...
 
std::string name
 Security name. More...
 
std::string price
 Latest price. More...
 
std::string chg
 Day change amount. More...
 
std::string p_chg
 Day change percentage. More...
 
std::string product
 Product type (may be empty) More...
 
std::vector< AlertItemindicators
 Alert items for this security. More...
 

Detailed Description

All price alerts for one security.

Member Data Documentation

◆ chg

std::string longbridge::alert::AlertSymbolGroup::chg

Day change amount.

◆ code

std::string longbridge::alert::AlertSymbolGroup::code

Ticker code (without market)

◆ indicators

std::vector<AlertItem> longbridge::alert::AlertSymbolGroup::indicators

Alert items for this security.

◆ market

std::string longbridge::alert::AlertSymbolGroup::market

Market, e.g. "HK".

◆ name

std::string longbridge::alert::AlertSymbolGroup::name

Security name.

◆ p_chg

std::string longbridge::alert::AlertSymbolGroup::p_chg

Day change percentage.

◆ price

std::string longbridge::alert::AlertSymbolGroup::price

Latest price.

◆ product

std::string longbridge::alert::AlertSymbolGroup::product

Product type (may be empty)

◆ symbol

std::string longbridge::alert::AlertSymbolGroup::symbol

Security symbol.


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