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

Quote of securitity. More...

#include <types.hpp>

Public Attributes

std::string symbol
 Security code. More...
 
Decimal last_done
 Latest price. More...
 
Decimal prev_close
 Yesterday's close. More...
 
Decimal open
 Open. More...
 
Decimal high
 High. More...
 
Decimal low
 Low. More...
 
int64_t timestamp
 Time of latest price. More...
 
int64_t volume
 Volume. More...
 
Decimal turnover
 Turnover. More...
 
TradeStatus trade_status
 Security trading status. More...
 
std::optional< PrePostQuotepre_market_quote
 Quote of US pre market. More...
 
std::optional< PrePostQuotepost_market_quote
 Quote of US post market. More...
 
std::optional< PrePostQuoteovernight_quote
 Quote of US overnight market. More...
 

Detailed Description

Quote of securitity.

Member Data Documentation

◆ high

Decimal longport::quote::SecurityQuote::high

High.

◆ last_done

Decimal longport::quote::SecurityQuote::last_done

Latest price.

◆ low

Decimal longport::quote::SecurityQuote::low

Low.

◆ open

Decimal longport::quote::SecurityQuote::open

Open.

◆ overnight_quote

std::optional<PrePostQuote> longport::quote::SecurityQuote::overnight_quote

Quote of US overnight market.

◆ post_market_quote

std::optional<PrePostQuote> longport::quote::SecurityQuote::post_market_quote

Quote of US post market.

◆ pre_market_quote

std::optional<PrePostQuote> longport::quote::SecurityQuote::pre_market_quote

Quote of US pre market.

◆ prev_close

Decimal longport::quote::SecurityQuote::prev_close

Yesterday's close.

◆ symbol

std::string longport::quote::SecurityQuote::symbol

Security code.

◆ timestamp

int64_t longport::quote::SecurityQuote::timestamp

Time of latest price.

◆ trade_status

TradeStatus longport::quote::SecurityQuote::trade_status

Security trading status.

◆ turnover

Decimal longport::quote::SecurityQuote::turnover

Turnover.

◆ volume

int64_t longport::quote::SecurityQuote::volume

Volume.


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