|
LongPort OpenAPI C++ SDK
|
Warrant info. More...
#include <types.hpp>
Public Attributes | |
| std::string | symbol |
| Security code. More... | |
| WarrantType | warrant_type |
| Warrant type. More... | |
| std::string | name |
| Security name. More... | |
| Decimal | last_done |
| Latest price. More... | |
| Decimal | change_rate |
| Quote change rate. More... | |
| Decimal | change_value |
| Quote change. More... | |
| int64_t | volume |
| Volume. More... | |
| Decimal | turnover |
| Turnover. More... | |
| Date | expiry_date |
| Expiry date. More... | |
| std::optional< Decimal > | strike_price |
| Strike price. More... | |
| std::optional< Decimal > | upper_strike_price |
| Upper strike price. More... | |
| std::optional< Decimal > | lower_strike_price |
| Lower strike price. More... | |
| int64_t | outstanding_qty |
| Outstanding quantity. More... | |
| Decimal | outstanding_ratio |
| Outstanding ratio. More... | |
| Decimal | premium |
| Premium. More... | |
| std::optional< Decimal > | itm_otm |
| In/out of the bound. More... | |
| std::optional< Decimal > | implied_volatility |
| Implied volatility. More... | |
| std::optional< Decimal > | delta |
| Delta. More... | |
| std::optional< Decimal > | call_price |
| Call price. More... | |
| std::optional< Decimal > | to_call_price |
| Price interval from the call price. More... | |
| std::optional< Decimal > | effective_leverage |
| Effective leverage. More... | |
| Decimal | leverage_ratio |
| Leverage ratio. More... | |
| std::optional< Decimal > | conversion_ratio |
| Conversion ratio. More... | |
| std::optional< Decimal > | balance_point |
| Breakeven point. More... | |
| WarrantStatus | status |
| Status. More... | |
Warrant info.
| std::optional<Decimal> longport::quote::WarrantInfo::balance_point |
Breakeven point.
| std::optional<Decimal> longport::quote::WarrantInfo::call_price |
Call price.
| Decimal longport::quote::WarrantInfo::change_rate |
Quote change rate.
| Decimal longport::quote::WarrantInfo::change_value |
Quote change.
| std::optional<Decimal> longport::quote::WarrantInfo::conversion_ratio |
Conversion ratio.
| std::optional<Decimal> longport::quote::WarrantInfo::delta |
Delta.
| std::optional<Decimal> longport::quote::WarrantInfo::effective_leverage |
Effective leverage.
| Date longport::quote::WarrantInfo::expiry_date |
Expiry date.
| std::optional<Decimal> longport::quote::WarrantInfo::implied_volatility |
Implied volatility.
| std::optional<Decimal> longport::quote::WarrantInfo::itm_otm |
In/out of the bound.
| Decimal longport::quote::WarrantInfo::last_done |
Latest price.
| Decimal longport::quote::WarrantInfo::leverage_ratio |
Leverage ratio.
| std::optional<Decimal> longport::quote::WarrantInfo::lower_strike_price |
Lower strike price.
| std::string longport::quote::WarrantInfo::name |
Security name.
| int64_t longport::quote::WarrantInfo::outstanding_qty |
Outstanding quantity.
| Decimal longport::quote::WarrantInfo::outstanding_ratio |
Outstanding ratio.
| Decimal longport::quote::WarrantInfo::premium |
Premium.
| WarrantStatus longport::quote::WarrantInfo::status |
| std::optional<Decimal> longport::quote::WarrantInfo::strike_price |
Strike price.
| std::string longport::quote::WarrantInfo::symbol |
Security code.
| std::optional<Decimal> longport::quote::WarrantInfo::to_call_price |
Price interval from the call price.
| Decimal longport::quote::WarrantInfo::turnover |
Turnover.
| std::optional<Decimal> longport::quote::WarrantInfo::upper_strike_price |
Upper strike price.
| int64_t longport::quote::WarrantInfo::volume |
Volume.
| WarrantType longport::quote::WarrantInfo::warrant_type |
Warrant type.