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

Real-time quote. More...

#include <types.hpp>

Public Attributes

std::string symbol
 Security code. More...
 
Decimal last_done
 Latest price. 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...
 

Detailed Description

Real-time quote.

Member Data Documentation

◆ high

Decimal longport::quote::RealtimeQuote::high

High.

◆ last_done

Decimal longport::quote::RealtimeQuote::last_done

Latest price.

◆ low

Decimal longport::quote::RealtimeQuote::low

Low.

◆ open

Decimal longport::quote::RealtimeQuote::open

Open.

◆ symbol

std::string longport::quote::RealtimeQuote::symbol

Security code.

◆ timestamp

int64_t longport::quote::RealtimeQuote::timestamp

Time of latest price.

◆ trade_status

TradeStatus longport::quote::RealtimeQuote::trade_status

Security trading status.

◆ turnover

Decimal longport::quote::RealtimeQuote::turnover

Turnover.

◆ volume

int64_t longport::quote::RealtimeQuote::volume

Volume.


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