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

Options for get grid trading trigger history request. More...

#include <types.hpp>

Public Attributes

std::string grid_order_id
 Grid master order ID. More...
 
std::optional< int32_t > page
 Page number. More...
 
std::optional< int32_t > limit
 Page size. More...
 

Detailed Description

Options for get grid trading trigger history request.

Member Data Documentation

◆ grid_order_id

std::string longbridge::grid::GetGridTriggerHistoryOptions::grid_order_id

Grid master order ID.

◆ limit

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

Page size.

◆ page

std::optional<int32_t> longbridge::grid::GetGridTriggerHistoryOptions::page

Page number.


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