|
Longbridge OpenAPI C++ SDK
|
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... | |
Options for get grid trading order detail request.
| std::optional<std::string> longbridge::grid::GetGridOrderDetailOptions::history_id |
History cursor for paging through the trigger history.
| std::optional<int32_t> longbridge::grid::GetGridOrderDetailOptions::limit |
Page size.
| std::string longbridge::grid::GetGridOrderDetailOptions::order_id |
Grid master order ID.