LongPort OpenAPI C SDK
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
lb_security_static_info_t Struct Reference

#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_teps
 
const struct lb_decimal_teps_ttm
 
const struct lb_decimal_tbps
 
const struct lb_decimal_tdividend_yield
 
uint8_t stock_derivatives
 
enum lb_security_board_t board
 

Detailed Description

The basic information of securities

Field Documentation

◆ board

enum lb_security_board_t board

Board

◆ bps

const struct lb_decimal_t* bps

Net assets per share

◆ circulating_shares

int64_t circulating_shares

Circulating shares

◆ currency

const char* currency

Trading currency

◆ dividend_yield

const struct lb_decimal_t* dividend_yield

Dividend yield

◆ eps

const struct lb_decimal_t* eps

Earnings per share

◆ eps_ttm

const struct lb_decimal_t* eps_ttm

Earnings per share (TTM)

◆ exchange

const char* exchange

Exchange which the security belongs to

◆ hk_shares

int64_t hk_shares

HK shares (only HK stocks)

◆ lot_size

int32_t lot_size

Lot size

◆ name_cn

const char* name_cn

Security name (zh-CN)

◆ name_en

const char* name_en

Security name (en)

◆ name_hk

const char* name_hk

Security name (zh-HK)

◆ stock_derivatives

uint8_t stock_derivatives

Types of supported derivatives

◆ symbol

const char* symbol

Security code

◆ total_shares

int64_t total_shares

Total shares


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