|
Longbridge OpenAPI C++ SDK
|
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... | |
Options for get grid trading trigger history request.
| std::string longbridge::grid::GetGridTriggerHistoryOptions::grid_order_id |
Grid master order ID.
| std::optional<int32_t> longbridge::grid::GetGridTriggerHistoryOptions::limit |
Page size.
| std::optional<int32_t> longbridge::grid::GetGridTriggerHistoryOptions::page |
Page number.