|
Longbridge OpenAPI C++ SDK
|
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< AlertItem > | indicators |
| Alert items for this security. More... | |
All price alerts for one security.
| std::string longbridge::alert::AlertSymbolGroup::chg |
Day change amount.
| std::string longbridge::alert::AlertSymbolGroup::code |
Ticker code (without market)
| std::vector<AlertItem> longbridge::alert::AlertSymbolGroup::indicators |
Alert items for this security.
| std::string longbridge::alert::AlertSymbolGroup::market |
Market, e.g. "HK".
| std::string longbridge::alert::AlertSymbolGroup::name |
Security name.
| std::string longbridge::alert::AlertSymbolGroup::p_chg |
Day change percentage.
| std::string longbridge::alert::AlertSymbolGroup::price |
Latest price.
| std::string longbridge::alert::AlertSymbolGroup::product |
Product type (may be empty)
| std::string longbridge::alert::AlertSymbolGroup::symbol |
Security symbol.