Longbridge OpenAPI C++ SDK
Public Attributes | List of all members
longbridge::quote::OptionVolumeDailyStat Struct Reference

#include <types.hpp>

Public Attributes

std::string symbol
 
Date date
 
int64_t call_volume
 
int64_t put_volume
 
int64_t call_open_interest
 
int64_t put_open_interest
 
int64_t total_volume
 
int64_t total_open_interest
 
double pc_vol
 
double pc_oi
 

Member Data Documentation

◆ call_open_interest

int64_t longbridge::quote::OptionVolumeDailyStat::call_open_interest

◆ call_volume

int64_t longbridge::quote::OptionVolumeDailyStat::call_volume

◆ date

Date longbridge::quote::OptionVolumeDailyStat::date

◆ pc_oi

double longbridge::quote::OptionVolumeDailyStat::pc_oi

◆ pc_vol

double longbridge::quote::OptionVolumeDailyStat::pc_vol

◆ put_open_interest

int64_t longbridge::quote::OptionVolumeDailyStat::put_open_interest

◆ put_volume

int64_t longbridge::quote::OptionVolumeDailyStat::put_volume

◆ symbol

std::string longbridge::quote::OptionVolumeDailyStat::symbol

◆ total_open_interest

int64_t longbridge::quote::OptionVolumeDailyStat::total_open_interest

◆ total_volume

int64_t longbridge::quote::OptionVolumeDailyStat::total_volume

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