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 |
int64_t | open_interest |
struct lb_date_t | expiry_date |
const struct lb_decimal_t * | strike_price |
const struct lb_decimal_t * | contract_multiplier |
enum lb_option_type_t | contract_type |
const struct lb_decimal_t * | contract_size |
enum lb_option_direction_t | direction |
const struct lb_decimal_t * | historical_volatility |
const char * | underlying_symbol |
Quote of option
const struct lb_decimal_t* contract_multiplier |
Contract multiplier
const struct lb_decimal_t* contract_size |
Contract size
enum lb_option_type_t contract_type |
Option type
enum lb_option_direction_t direction |
Option direction
struct lb_date_t expiry_date |
Exprity date
const struct lb_decimal_t* high |
High
const struct lb_decimal_t* historical_volatility |
Underlying security historical volatility of the option
const struct lb_decimal_t* implied_volatility |
Implied volatility
const struct lb_decimal_t* last_done |
Latest price
const struct lb_decimal_t* low |
Low
const struct lb_decimal_t* open |
Open
int64_t open_interest |
Number of open positions
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 option
int64_t volume |
Volume