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

Strike price info. More...

#include <types.hpp>

Public Attributes

Decimal price
 Strike price. More...
 
std::string call_symbol
 Security code of call option. More...
 
std::string put_symbol
 Security code of put option. More...
 
bool standard
 Is standard. More...
 

Detailed Description

Strike price info.

Member Data Documentation

◆ call_symbol

std::string longport::quote::StrikePriceInfo::call_symbol

Security code of call option.

◆ price

Decimal longport::quote::StrikePriceInfo::price

Strike price.

◆ put_symbol

std::string longport::quote::StrikePriceInfo::put_symbol

Security code of put option.

◆ standard

bool longport::quote::StrikePriceInfo::standard

Is standard.


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