LongPort OpenAPI C++ SDK
Public Attributes | List of all members
longport::quote::WarrantQuote Struct Reference

Quote of warrant. More...

#include <types.hpp>

Public Attributes

std::string symbol
 Security code. More...
 
Decimal last_done
 Latest price. More...
 
Decimal prev_close
 Yesterday's close. More...
 
Decimal open
 Open. More...
 
Decimal high
 High. More...
 
Decimal low
 Low. More...
 
int64_t timestamp
 Time of latest price. More...
 
int64_t volume
 Volume. More...
 
Decimal turnover
 Turnover. More...
 
TradeStatus trade_status
 Security trading status. More...
 
Decimal implied_volatility
 Implied volatility. More...
 
Date expiry_date
 Exprity date. More...
 
Date last_trade_date
 Last tradalbe date. More...
 
Decimal outstanding_ratio
 Outstanding ratio. More...
 
int64_t outstanding_quantity
 Outstanding quantity. More...
 
Decimal conversion_ratio
 Conversion ratio. More...
 
WarrantType category
 Warrant type. More...
 
Decimal strike_price
 Strike price. More...
 
Decimal upper_strike_price
 Upper bound price. More...
 
Decimal lower_strike_price
 Lower bound price. More...
 
Decimal call_price
 Call price. More...
 
std::string underlying_symbol
 Underlying security symbol of the warrant. More...
 

Detailed Description

Quote of warrant.

Member Data Documentation

◆ call_price

Decimal longport::quote::WarrantQuote::call_price

Call price.

◆ category

WarrantType longport::quote::WarrantQuote::category

Warrant type.

◆ conversion_ratio

Decimal longport::quote::WarrantQuote::conversion_ratio

Conversion ratio.

◆ expiry_date

Date longport::quote::WarrantQuote::expiry_date

Exprity date.

◆ high

Decimal longport::quote::WarrantQuote::high

High.

◆ implied_volatility

Decimal longport::quote::WarrantQuote::implied_volatility

Implied volatility.

◆ last_done

Decimal longport::quote::WarrantQuote::last_done

Latest price.

◆ last_trade_date

Date longport::quote::WarrantQuote::last_trade_date

Last tradalbe date.

◆ low

Decimal longport::quote::WarrantQuote::low

Low.

◆ lower_strike_price

Decimal longport::quote::WarrantQuote::lower_strike_price

Lower bound price.

◆ open

Decimal longport::quote::WarrantQuote::open

Open.

◆ outstanding_quantity

int64_t longport::quote::WarrantQuote::outstanding_quantity

Outstanding quantity.

◆ outstanding_ratio

Decimal longport::quote::WarrantQuote::outstanding_ratio

Outstanding ratio.

◆ prev_close

Decimal longport::quote::WarrantQuote::prev_close

Yesterday's close.

◆ strike_price

Decimal longport::quote::WarrantQuote::strike_price

Strike price.

◆ symbol

std::string longport::quote::WarrantQuote::symbol

Security code.

◆ timestamp

int64_t longport::quote::WarrantQuote::timestamp

Time of latest price.

◆ trade_status

TradeStatus longport::quote::WarrantQuote::trade_status

Security trading status.

◆ turnover

Decimal longport::quote::WarrantQuote::turnover

Turnover.

◆ underlying_symbol

std::string longport::quote::WarrantQuote::underlying_symbol

Underlying security symbol of the warrant.

◆ upper_strike_price

Decimal longport::quote::WarrantQuote::upper_strike_price

Upper bound price.

◆ volume

int64_t longport::quote::WarrantQuote::volume

Volume.


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