|
LongPort OpenAPI C++ SDK
|
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... | |
Quote of US pre/post market.
| Decimal longport::quote::PrePostQuote::high |
High.
| Decimal longport::quote::PrePostQuote::last_done |
Latest price.
| Decimal longport::quote::PrePostQuote::low |
Low.
| Decimal longport::quote::PrePostQuote::prev_close |
Close of the last trade session.
| int64_t longport::quote::PrePostQuote::timestamp |
Time of latest price.
| Decimal longport::quote::PrePostQuote::turnover |
Turnover.
| int64_t longport::quote::PrePostQuote::volume |
Volume.