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

Query parameters for get_fcm_orders. More...

#include <kalshi/models.hpp>

Public Attributes

std::optional< std::string > subtrader_id
 Restricts the response to orders for a specific subtrader (FCM members only).
 
std::optional< std::string > client_order_ids
 Client order IDs to filter by, as a comma-separated list (maximum 100).
 
std::optional< std::string > cursor
 Pagination cursor.
 
std::optional< std::string > event_ticker
 Event ticker to filter by.
 
std::optional< std::string > ticker
 Filter by market ticker.
 
std::optional< std::int64_t > min_ts
 Restricts the response to orders after a timestamp, formatted as a Unix Timestamp.
 
std::optional< std::int64_t > max_ts
 Restricts the response to orders before a timestamp, formatted as a Unix Timestamp.
 
std::optional< OrderStatus > status
 Restricts the response to orders that have a certain status.
 
std::optional< std::int64_t > limit
 Parameter to specify the number of results per page.
 

Detailed Description

Query parameters for get_fcm_orders.

Member Data Documentation

◆ subtrader_id

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

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

◆ client_order_ids

std::optional<std::string> kalshi::GetFcmOrdersParams::client_order_ids

Client order IDs to filter by, as a comma-separated list (maximum 100).

◆ cursor

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

Pagination cursor.

◆ event_ticker

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

Event ticker to filter by.

◆ ticker

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

Filter by market ticker.

◆ min_ts

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

Restricts the response to orders after a timestamp, formatted as a Unix Timestamp.

◆ max_ts

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

Restricts the response to orders before a timestamp, formatted as a Unix Timestamp.

◆ status

std::optional<OrderStatus> kalshi::GetFcmOrdersParams::status

Restricts the response to orders that have a certain status.

◆ limit

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

Parameter to specify the number of results per page.


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