LongPort OpenAPI C SDK
|
#include <longport.h>
Data Fields | |
const char * | symbol |
const struct lb_decimal_t * | last_done |
const struct lb_decimal_t * | prev_close |
const struct lb_decimal_t * | open |
const struct lb_decimal_t * | high |
const struct lb_decimal_t * | low |
int64_t | timestamp |
int64_t | volume |
const struct lb_decimal_t * | turnover |
enum lb_trade_status_t | trade_status |
const struct lb_prepost_quote_t * | pre_market_quote |
const struct lb_prepost_quote_t * | post_market_quote |
const struct lb_prepost_quote_t * | overnight_quote |
Quote of securitity
const struct lb_decimal_t* high |
High
const struct lb_decimal_t* last_done |
Latest price
const struct lb_decimal_t* low |
Low
const struct lb_decimal_t* open |
Open
const struct lb_prepost_quote_t* overnight_quote |
Quote of US overnight market
const struct lb_prepost_quote_t* post_market_quote |
Quote of US post market
const struct lb_prepost_quote_t* pre_market_quote |
Quote of US pre market
const struct lb_decimal_t* prev_close |
Yesterday's close
const char* symbol |
Security code
int64_t timestamp |
Time of latest price
enum lb_trade_status_t trade_status |
Security trading status
const struct lb_decimal_t* turnover |
Turnover
int64_t volume |
Volume