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

Query parameters for get_fcm_fills. More...

#include <kalshi/models.hpp>

Public Attributes

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 > cursor
 Pagination cursor.
 

Detailed Description

Query parameters for get_fcm_fills.

Member Data Documentation

◆ min_ts

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

Filter items after this Unix timestamp.

◆ max_ts

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

Filter items before this Unix timestamp.

◆ cursor

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

Pagination cursor.


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