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

Options for get grid trading order detail request. More...

#include <types.hpp>

Public Attributes

std::string order_id
 Grid master order ID. More...
 
std::optional< std::string > history_id
 History cursor for paging through the trigger history. More...
 
std::optional< int32_t > limit
 Page size. More...
 

Detailed Description

Options for get grid trading order detail request.

Member Data Documentation

◆ history_id

std::optional<std::string> longbridge::grid::GetGridOrderDetailOptions::history_id

History cursor for paging through the trigger history.

◆ limit

std::optional<int32_t> longbridge::grid::GetGridOrderDetailOptions::limit

Page size.

◆ order_id

std::string longbridge::grid::GetGridOrderDetailOptions::order_id

Grid master order ID.


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