|
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... | |
| int64_t | current_volume |
| Increase volume between pushes. More... | |
| Decimal | urrent_turnover |
| Increase turnover between pushes. More... | |
Quote message.
| int64_t longport::quote::PushQuote::current_volume |
Increase volume between pushes.
| 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.
| Decimal longport::quote::PushQuote::urrent_turnover |
Increase turnover between pushes.
| int64_t longport::quote::PushQuote::volume |
Volume.