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