LongPort OpenAPI C++ SDK
|
Quote of option. 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... | |
int64_t | open_interest |
Number of open positions. More... | |
Date | expiry_date |
Exprity date. More... | |
Decimal | strike_price |
Strike price. More... | |
Decimal | contract_multiplier |
Contract multiplier. More... | |
OptionType | contract_type |
Option type. More... | |
Decimal | contract_size |
Contract size. More... | |
OptionDirection | direction |
Option direction. More... | |
Decimal | historical_volatility |
Underlying security historical volatility of the option. More... | |
std::string | underlying_symbol |
Underlying security symbol of the option. More... | |
Quote of option.
Decimal longport::quote::OptionQuote::contract_multiplier |
Contract multiplier.
Decimal longport::quote::OptionQuote::contract_size |
Contract size.
OptionType longport::quote::OptionQuote::contract_type |
Option type.
OptionDirection longport::quote::OptionQuote::direction |
Option direction.
Date longport::quote::OptionQuote::expiry_date |
Exprity date.
Decimal longport::quote::OptionQuote::high |
High.
Decimal longport::quote::OptionQuote::historical_volatility |
Underlying security historical volatility of the option.
Decimal longport::quote::OptionQuote::implied_volatility |
Implied volatility.
Decimal longport::quote::OptionQuote::last_done |
Latest price.
Decimal longport::quote::OptionQuote::low |
Low.
Decimal longport::quote::OptionQuote::open |
Open.
int64_t longport::quote::OptionQuote::open_interest |
Number of open positions.
Decimal longport::quote::OptionQuote::prev_close |
Yesterday's close.
Decimal longport::quote::OptionQuote::strike_price |
Strike price.
std::string longport::quote::OptionQuote::symbol |
Security code.
int64_t longport::quote::OptionQuote::timestamp |
Time of latest price.
TradeStatus longport::quote::OptionQuote::trade_status |
Security trading status.
Decimal longport::quote::OptionQuote::turnover |
Turnover.
std::string longport::quote::OptionQuote::underlying_symbol |
Underlying security symbol of the option.
int64_t longport::quote::OptionQuote::volume |
Volume.