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

All executions response. More...

#include <types.hpp>

Public Attributes

bool has_more
 Has more records. More...
 
std::vector< Executiontrades
 Executions. More...
 

Detailed Description

All executions response.

Member Data Documentation

◆ has_more

bool longbridge::trade::AllExecutionsResponse::has_more

Has more records.

◆ trades

std::vector<Execution> longbridge::trade::AllExecutionsResponse::trades

Executions.


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