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_decimal_t * | implied_volatility |
struct lb_date_t | expiry_date |
struct lb_date_t | last_trade_date |
const struct lb_decimal_t * | outstanding_ratio |
int64_t | outstanding_quantity |
const struct lb_decimal_t * | conversion_ratio |
enum lb_warrant_type_t | category |
const struct lb_decimal_t * | strike_price |
const struct lb_decimal_t * | upper_strike_price |
const struct lb_decimal_t * | lower_strike_price |
const struct lb_decimal_t * | call_price |
const char * | underlying_symbol |
Quote of warrant
const struct lb_decimal_t* call_price |
Call price
enum lb_warrant_type_t category |
Warrant type
const struct lb_decimal_t* conversion_ratio |
Conversion ratio
struct lb_date_t expiry_date |
Exprity date
const struct lb_decimal_t* high |
High
const struct lb_decimal_t* implied_volatility |
Implied volatility
const struct lb_decimal_t* last_done |
Latest price
struct lb_date_t last_trade_date |
Last tradalbe date
const struct lb_decimal_t* low |
Low
const struct lb_decimal_t* lower_strike_price |
Lower bound price
const struct lb_decimal_t* open |
Open
int64_t outstanding_quantity |
Outstanding quantity
const struct lb_decimal_t* outstanding_ratio |
Outstanding ratio
const struct lb_decimal_t* prev_close |
Yesterday's close
const struct lb_decimal_t* strike_price |
Strike price
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
const char* underlying_symbol |
Underlying security symbol of the warrant
const struct lb_decimal_t* upper_strike_price |
Upper bound price
int64_t volume |
Volume