|
LongPort OpenAPI C++ SDK
|
The basic information of securities. More...
#include <types.hpp>
Public Attributes | |
| std::string | symbol |
| Security code. More... | |
| std::string | name_cn |
| Security name (zh-CN) More... | |
| std::string | name_en |
| Security name (en) More... | |
| std::string | name_hk |
| Security name (zh-HK) More... | |
| std::string | exchange |
| Exchange which the security belongs to. More... | |
| std::string | currency |
| Trading currency. More... | |
| int32_t | lot_size |
| Lot size. More... | |
| int64_t | total_shares |
| Total shares. More... | |
| int64_t | circulating_shares |
| Circulating shares. More... | |
| int64_t | hk_shares |
| HK shares (only HK stocks) More... | |
| Decimal | eps |
| Earnings per share. More... | |
| Decimal | eps_ttm |
| Earnings per share (TTM) More... | |
| Decimal | bps |
| Net assets per share. More... | |
| Decimal | dividend_yield |
| Dividend yield. More... | |
| DerivativeType | stock_derivatives |
| Types of supported derivatives. More... | |
| SecurityBoard | board |
| Board. More... | |
The basic information of securities.
| SecurityBoard longport::quote::SecurityStaticInfo::board |
Board.
| Decimal longport::quote::SecurityStaticInfo::bps |
Net assets per share.
| int64_t longport::quote::SecurityStaticInfo::circulating_shares |
Circulating shares.
| std::string longport::quote::SecurityStaticInfo::currency |
Trading currency.
| Decimal longport::quote::SecurityStaticInfo::dividend_yield |
Dividend yield.
| Decimal longport::quote::SecurityStaticInfo::eps |
Earnings per share.
| Decimal longport::quote::SecurityStaticInfo::eps_ttm |
Earnings per share (TTM)
| std::string longport::quote::SecurityStaticInfo::exchange |
Exchange which the security belongs to.
| int64_t longport::quote::SecurityStaticInfo::hk_shares |
HK shares (only HK stocks)
| int32_t longport::quote::SecurityStaticInfo::lot_size |
Lot size.
| std::string longport::quote::SecurityStaticInfo::name_cn |
Security name (zh-CN)
| std::string longport::quote::SecurityStaticInfo::name_en |
Security name (en)
| std::string longport::quote::SecurityStaticInfo::name_hk |
Security name (zh-HK)
| DerivativeType longport::quote::SecurityStaticInfo::stock_derivatives |
Types of supported derivatives.
| std::string longport::quote::SecurityStaticInfo::symbol |
Security code.
| int64_t longport::quote::SecurityStaticInfo::total_shares |
Total shares.