LongPort OpenAPI C++ SDK
|
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< PrePostQuote > | pre_market_quote |
Quote of US pre market. More... | |
std::optional< PrePostQuote > | post_market_quote |
Quote of US post market. More... | |
std::optional< PrePostQuote > | overnight_quote |
Quote of US overnight market. More... | |
Quote of securitity.
Decimal longport::quote::SecurityQuote::high |
High.
Decimal longport::quote::SecurityQuote::last_done |
Latest price.
Decimal longport::quote::SecurityQuote::low |
Low.
Decimal longport::quote::SecurityQuote::open |
Open.
std::optional<PrePostQuote> longport::quote::SecurityQuote::overnight_quote |
Quote of US overnight market.
std::optional<PrePostQuote> longport::quote::SecurityQuote::post_market_quote |
Quote of US post market.
std::optional<PrePostQuote> longport::quote::SecurityQuote::pre_market_quote |
Quote of US pre market.
Decimal longport::quote::SecurityQuote::prev_close |
Yesterday's close.
std::string longport::quote::SecurityQuote::symbol |
Security code.
int64_t longport::quote::SecurityQuote::timestamp |
Time of latest price.
TradeStatus longport::quote::SecurityQuote::trade_status |
Security trading status.
Decimal longport::quote::SecurityQuote::turnover |
Turnover.
int64_t longport::quote::SecurityQuote::volume |
Volume.