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

Query parameters for get_fcm_positions. More...

#include <kalshi/models.hpp>

Public Attributes

std::optional< std::string > subtrader_id
 Restricts the response to positions for a specific subtrader (FCM members only).
 
std::optional< std::string > ticker
 Ticker of desired positions.
 
std::optional< std::string > event_ticker
 Event ticker of desired positions.
 
std::optional< std::string > count_filter
 Restricts the positions to those with any of following fields with non-zero values, as a comma separated list.
 
std::optional< SettlementStatus > settlement_status
 Settlement status of the markets to return.
 
std::optional< std::int64_t > limit
 Parameter to specify the number of results per page.
 
std::optional< std::string > cursor
 The Cursor represents a pointer to the next page of records in the pagination.
 

Detailed Description

Query parameters for get_fcm_positions.

Member Data Documentation

◆ subtrader_id

std::optional<std::string> kalshi::GetFcmPositionsParams::subtrader_id

Restricts the response to positions for a specific subtrader (FCM members only).

◆ ticker

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

Ticker of desired positions.

◆ event_ticker

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

Event ticker of desired positions.

◆ count_filter

std::optional<std::string> kalshi::GetFcmPositionsParams::count_filter

Restricts the positions to those with any of following fields with non-zero values, as a comma separated list.

◆ settlement_status

std::optional<SettlementStatus> kalshi::GetFcmPositionsParams::settlement_status

Settlement status of the markets to return.

◆ limit

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

Parameter to specify the number of results per page.

◆ cursor

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

The Cursor represents a pointer to the next page of records in the pagination.


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