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

Filing item. More...

#include <types.hpp>

Public Attributes

std::string id
 Filing ID. More...
 
std::string title
 Title. More...
 
std::string description
 Description. More...
 
std::string file_name
 File name. More...
 
std::vector< std::string > file_urls
 File URLs. More...
 
int64_t published_at
 Published time (Unix timestamp) More...
 

Detailed Description

Filing item.

Member Data Documentation

◆ description

std::string longbridge::quote::FilingItem::description

Description.

◆ file_name

std::string longbridge::quote::FilingItem::file_name

File name.

◆ file_urls

std::vector<std::string> longbridge::quote::FilingItem::file_urls

File URLs.

◆ id

std::string longbridge::quote::FilingItem::id

Filing ID.

◆ published_at

int64_t longbridge::quote::FilingItem::published_at

Published time (Unix timestamp)

◆ title

std::string longbridge::quote::FilingItem::title

Title.


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