LongPort OpenAPI C++ SDK
Public Attributes | List of all members
longport::quote::SecurityStaticInfo Struct Reference

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...
 

Detailed Description

The basic information of securities.

Member Data Documentation

◆ board

SecurityBoard longport::quote::SecurityStaticInfo::board

Board.

◆ bps

Decimal longport::quote::SecurityStaticInfo::bps

Net assets per share.

◆ circulating_shares

int64_t longport::quote::SecurityStaticInfo::circulating_shares

Circulating shares.

◆ currency

std::string longport::quote::SecurityStaticInfo::currency

Trading currency.

◆ dividend_yield

Decimal longport::quote::SecurityStaticInfo::dividend_yield

Dividend yield.

◆ eps

Decimal longport::quote::SecurityStaticInfo::eps

Earnings per share.

◆ eps_ttm

Decimal longport::quote::SecurityStaticInfo::eps_ttm

Earnings per share (TTM)

◆ exchange

std::string longport::quote::SecurityStaticInfo::exchange

Exchange which the security belongs to.

◆ hk_shares

int64_t longport::quote::SecurityStaticInfo::hk_shares

HK shares (only HK stocks)

◆ lot_size

int32_t longport::quote::SecurityStaticInfo::lot_size

Lot size.

◆ name_cn

std::string longport::quote::SecurityStaticInfo::name_cn

Security name (zh-CN)

◆ name_en

std::string longport::quote::SecurityStaticInfo::name_en

Security name (en)

◆ name_hk

std::string longport::quote::SecurityStaticInfo::name_hk

Security name (zh-HK)

◆ stock_derivatives

DerivativeType longport::quote::SecurityStaticInfo::stock_derivatives

Types of supported derivatives.

◆ symbol

std::string longport::quote::SecurityStaticInfo::symbol

Security code.

◆ total_shares

int64_t longport::quote::SecurityStaticInfo::total_shares

Total shares.


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