|
LongPort OpenAPI C SDK
|
#include <longport.h>
Data Fields | |
| const char * | symbol |
| const char * | name_cn |
| const char * | name_en |
| const char * | name_hk |
| const char * | exchange |
| const char * | currency |
| int32_t | lot_size |
| int64_t | total_shares |
| int64_t | circulating_shares |
| int64_t | hk_shares |
| const struct lb_decimal_t * | eps |
| const struct lb_decimal_t * | eps_ttm |
| const struct lb_decimal_t * | bps |
| const struct lb_decimal_t * | dividend_yield |
| uint8_t | stock_derivatives |
| enum lb_security_board_t | board |
The basic information of securities
| enum lb_security_board_t board |
Board
| const struct lb_decimal_t* bps |
Net assets per share
| int64_t circulating_shares |
Circulating shares
| const char* currency |
Trading currency
| const struct lb_decimal_t* dividend_yield |
Dividend yield
| const struct lb_decimal_t* eps |
Earnings per share
| const struct lb_decimal_t* eps_ttm |
Earnings per share (TTM)
| const char* exchange |
Exchange which the security belongs to
| int64_t hk_shares |
HK shares (only HK stocks)
| int32_t lot_size |
Lot size
| const char* name_cn |
Security name (zh-CN)
| const char* name_en |
Security name (en)
| const char* name_hk |
Security name (zh-HK)
| uint8_t stock_derivatives |
Types of supported derivatives
| const char* symbol |
Security code
| int64_t total_shares |
Total shares