LongPort OpenAPI C++ SDK
|
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... | |
Real-time quote.
Decimal longport::quote::RealtimeQuote::high |
High.
Decimal longport::quote::RealtimeQuote::last_done |
Latest price.
Decimal longport::quote::RealtimeQuote::low |
Low.
Decimal longport::quote::RealtimeQuote::open |
Open.
std::string longport::quote::RealtimeQuote::symbol |
Security code.
int64_t longport::quote::RealtimeQuote::timestamp |
Time of latest price.
TradeStatus longport::quote::RealtimeQuote::trade_status |
Security trading status.
Decimal longport::quote::RealtimeQuote::turnover |
Turnover.
int64_t longport::quote::RealtimeQuote::volume |
Volume.