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

Options for get all executions request. More...

#include <types.hpp>

Public Attributes

std::optional< std::string > symbol
 Security code. More...
 
std::optional< std::string > order_id
 Order id. More...
 
std::optional< int64_t > start_at
 Start time. More...
 
std::optional< int64_t > end_at
 End time. More...
 
std::optional< uint64_t > page
 Page number. More...
 

Detailed Description

Options for get all executions request.

Member Data Documentation

◆ end_at

std::optional<int64_t> longbridge::trade::GetAllExecutionsOptions::end_at

End time.

◆ order_id

std::optional<std::string> longbridge::trade::GetAllExecutionsOptions::order_id

Order id.

◆ page

std::optional<uint64_t> longbridge::trade::GetAllExecutionsOptions::page

Page number.

◆ start_at

std::optional<int64_t> longbridge::trade::GetAllExecutionsOptions::start_at

Start time.

◆ symbol

std::optional<std::string> longbridge::trade::GetAllExecutionsOptions::symbol

Security code.


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