LongPort OpenAPI C SDK
|
#include <longport.h>
Data Fields | |
const struct lb_decimal_t * | close |
const struct lb_decimal_t * | open |
const struct lb_decimal_t * | low |
const struct lb_decimal_t * | high |
int64_t | volume |
const struct lb_decimal_t * | turnover |
int64_t | timestamp |
Candlestick
const struct lb_decimal_t* close |
Close price
const struct lb_decimal_t* high |
High price
const struct lb_decimal_t* low |
Low price
const struct lb_decimal_t* open |
Open price
int64_t timestamp |
Timestamp
const struct lb_decimal_t* turnover |
Turnover
int64_t volume |
Volume