LongPort OpenAPI C SDK
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
lb_warrant_quote_t Struct Reference

#include <longport.h>

Data Fields

const char * symbol
 
const struct lb_decimal_tlast_done
 
const struct lb_decimal_tprev_close
 
const struct lb_decimal_topen
 
const struct lb_decimal_thigh
 
const struct lb_decimal_tlow
 
int64_t timestamp
 
int64_t volume
 
const struct lb_decimal_tturnover
 
enum lb_trade_status_t trade_status
 
const struct lb_decimal_timplied_volatility
 
struct lb_date_t expiry_date
 
struct lb_date_t last_trade_date
 
const struct lb_decimal_toutstanding_ratio
 
int64_t outstanding_quantity
 
const struct lb_decimal_tconversion_ratio
 
enum lb_warrant_type_t category
 
const struct lb_decimal_tstrike_price
 
const struct lb_decimal_tupper_strike_price
 
const struct lb_decimal_tlower_strike_price
 
const struct lb_decimal_tcall_price
 
const char * underlying_symbol
 

Detailed Description

Quote of warrant

Field Documentation

◆ call_price

const struct lb_decimal_t* call_price

Call price

◆ category

enum lb_warrant_type_t category

Warrant type

◆ conversion_ratio

const struct lb_decimal_t* conversion_ratio

Conversion ratio

◆ expiry_date

struct lb_date_t expiry_date

Exprity date

◆ high

const struct lb_decimal_t* high

High

◆ implied_volatility

const struct lb_decimal_t* implied_volatility

Implied volatility

◆ last_done

const struct lb_decimal_t* last_done

Latest price

◆ last_trade_date

struct lb_date_t last_trade_date

Last tradalbe date

◆ low

const struct lb_decimal_t* low

Low

◆ lower_strike_price

const struct lb_decimal_t* lower_strike_price

Lower bound price

◆ open

const struct lb_decimal_t* open

Open

◆ outstanding_quantity

int64_t outstanding_quantity

Outstanding quantity

◆ outstanding_ratio

const struct lb_decimal_t* outstanding_ratio

Outstanding ratio

◆ prev_close

const struct lb_decimal_t* prev_close

Yesterday's close

◆ strike_price

const struct lb_decimal_t* strike_price

Strike price

◆ symbol

const char* symbol

Security code

◆ timestamp

int64_t timestamp

Time of latest price

◆ trade_status

enum lb_trade_status_t trade_status

Security trading status

◆ turnover

const struct lb_decimal_t* turnover

Turnover

◆ underlying_symbol

const char* underlying_symbol

Underlying security symbol of the warrant

◆ upper_strike_price

const struct lb_decimal_t* upper_strike_price

Upper bound price

◆ volume

int64_t volume

Volume


The documentation for this struct was generated from the following file: