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

Quote of US pre/post market. More...

#include <types.hpp>

Public Attributes

Decimal last_done
 Latest price. More...
 
int64_t timestamp
 Time of latest price. More...
 
int64_t volume
 Volume. More...
 
Decimal turnover
 Turnover. More...
 
Decimal high
 High. More...
 
Decimal low
 Low. More...
 
Decimal prev_close
 Close of the last trade session. More...
 

Detailed Description

Quote of US pre/post market.

Member Data Documentation

◆ high

Decimal longport::quote::PrePostQuote::high

High.

◆ last_done

Decimal longport::quote::PrePostQuote::last_done

Latest price.

◆ low

Decimal longport::quote::PrePostQuote::low

Low.

◆ prev_close

Decimal longport::quote::PrePostQuote::prev_close

Close of the last trade session.

◆ timestamp

int64_t longport::quote::PrePostQuote::timestamp

Time of latest price.

◆ turnover

Decimal longport::quote::PrePostQuote::turnover

Turnover.

◆ volume

int64_t longport::quote::PrePostQuote::volume

Volume.


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