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

Query parameters for get_orders. More...

#include <kalshi/models.hpp>

Public Attributes

std::optional< std::string > ticker
 Filter by market ticker.
 
std::optional< std::string > event_ticker
 Event tickers to filter by, as a comma-separated list (maximum 10).
 
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::string > status
 Filter by status.
 
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).
 
std::optional< std::int64_t > exchange_index
 Filter results by exchange shard.
 

Detailed Description

Query parameters for get_orders.

Member Data Documentation

◆ ticker

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

Filter by market ticker.

◆ event_ticker

std::optional<std::string> kalshi::GetOrdersParams::event_ticker

Event tickers to filter by, as a comma-separated list (maximum 10).

◆ min_ts

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

Filter items after this Unix timestamp.

◆ max_ts

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

Filter items before this Unix timestamp.

◆ status

std::optional<std::string> kalshi::GetOrdersParams::status

Filter by status.

◆ limit

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

Number of results per page.

◆ cursor

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

Pagination cursor.

◆ subaccount

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

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

◆ exchange_index

std::optional<std::int64_t> kalshi::GetOrdersParams::exchange_index

Filter results by exchange shard.


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