LongPort OpenAPI C++ SDK
Public Attributes | List of all members
longport::trade::GetHistoryExecutionsOptions Struct Reference

Options for get histroy executions request. More...

#include <types.hpp>

Public Attributes

std::optional< int64_t > start_at
 Start time. More...
 
std::optional< int64_t > end_at
 End time. More...
 
std::optional< std::string > symbol
 Security code. More...
 

Detailed Description

Options for get histroy executions request.

Member Data Documentation

◆ end_at

std::optional<int64_t> longport::trade::GetHistoryExecutionsOptions::end_at

End time.

◆ start_at

std::optional<int64_t> longport::trade::GetHistoryExecutionsOptions::start_at

Start time.

◆ symbol

std::optional<std::string> longport::trade::GetHistoryExecutionsOptions::symbol

Security code.


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