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

#include <types.hpp>

Public Attributes

std::string name
 
std::string counter_id
 
int32_t stock_num
 
std::string chg
 
std::string ytd_chg
 
std::string next_json
 

Detailed Description

A node in the recursive industry peer chain.

next_json contains the child nodes serialised as a JSON string.

Member Data Documentation

◆ chg

std::string longbridge::fundamental::IndustryPeerNode::chg

◆ counter_id

std::string longbridge::fundamental::IndustryPeerNode::counter_id

◆ name

std::string longbridge::fundamental::IndustryPeerNode::name

◆ next_json

std::string longbridge::fundamental::IndustryPeerNode::next_json

◆ stock_num

int32_t longbridge::fundamental::IndustryPeerNode::stock_num

◆ ytd_chg

std::string longbridge::fundamental::IndustryPeerNode::ytd_chg

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