LongPort OpenAPI C++ SDK
|
#include <types.hpp>
Public Attributes | |
Decimal | close |
Close price. More... | |
Decimal | open |
Open price. More... | |
Decimal | low |
Low price. More... | |
Decimal | high |
High price. More... | |
int64_t | volume |
Volume. More... | |
Decimal | turnover |
Turnover. More... | |
int64_t | timestamp |
Timestamp. More... | |
Decimal longport::quote::Candlestick::close |
Close price.
Decimal longport::quote::Candlestick::high |
High price.
Decimal longport::quote::Candlestick::low |
Low price.
Decimal longport::quote::Candlestick::open |
Open price.
int64_t longport::quote::Candlestick::timestamp |
Timestamp.
Decimal longport::quote::Candlestick::turnover |
Turnover.
int64_t longport::quote::Candlestick::volume |
Volume.