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

Quote message. 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...
 
TradeSession trade_session
 Trade session. More...
 

Detailed Description

Quote message.

Member Data Documentation

◆ high

Decimal longport::quote::PushQuote::high

High.

◆ last_done

Decimal longport::quote::PushQuote::last_done

Latest price.

◆ low

Decimal longport::quote::PushQuote::low

Low.

◆ open

Decimal longport::quote::PushQuote::open

Open.

◆ symbol

std::string longport::quote::PushQuote::symbol

Security code.

◆ timestamp

int64_t longport::quote::PushQuote::timestamp

Time of latest price.

◆ trade_session

TradeSession longport::quote::PushQuote::trade_session

Trade session.

◆ trade_status

TradeStatus longport::quote::PushQuote::trade_status

Security trading status.

◆ turnover

Decimal longport::quote::PushQuote::turnover

Turnover.

◆ volume

int64_t longport::quote::PushQuote::volume

Volume.


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