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

Query parameters for get_order_queue_positions. More...

#include <kalshi/models.hpp>

Public Attributes

std::optional< std::string > market_tickers
 Comma-separated list of market tickers to filter by.
 
std::optional< std::string > event_ticker
 Event ticker to filter by.
 
std::optional< std::int64_t > subaccount
 Subaccount number (0 for primary, 1-63 for subaccounts).
 

Detailed Description

Query parameters for get_order_queue_positions.

Member Data Documentation

◆ market_tickers

std::optional<std::string> kalshi::GetOrderQueuePositionsParams::market_tickers

Comma-separated list of market tickers to filter by.

◆ event_ticker

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

Event ticker to filter by.

◆ subaccount

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

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


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