kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
Loading...
Searching...
No Matches
kalshi::GetHistoricalOrdersParams Struct Reference

Query parameters for get_historical_orders. More...

#include <kalshi/models.hpp>

Public Attributes

std::optional< std::string > ticker
 Filter by market ticker.
 
std::optional< std::int64_t > min_ts
 Filter items after this Unix timestamp.
 
std::optional< std::int64_t > max_ts
 Filter items before this Unix timestamp.
 
std::optional< std::int64_t > limit
 Number of results per page.
 
std::optional< std::string > cursor
 Pagination cursor.
 
std::optional< std::int64_t > subaccount
 Subaccount number (0 for primary, 1-63 for subaccounts).
 

Detailed Description

Query parameters for get_historical_orders.

Member Data Documentation

◆ ticker

std::optional<std::string> kalshi::GetHistoricalOrdersParams::ticker

Filter by market ticker.

◆ min_ts

std::optional<std::int64_t> kalshi::GetHistoricalOrdersParams::min_ts

Filter items after this Unix timestamp.

◆ max_ts

std::optional<std::int64_t> kalshi::GetHistoricalOrdersParams::max_ts

Filter items before this Unix timestamp.

◆ limit

std::optional<std::int64_t> kalshi::GetHistoricalOrdersParams::limit

Number of results per page.

◆ cursor

std::optional<std::string> kalshi::GetHistoricalOrdersParams::cursor

Pagination cursor.

◆ subaccount

std::optional<std::int64_t> kalshi::GetHistoricalOrdersParams::subaccount

Subaccount number (0 for primary, 1-63 for subaccounts).


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