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

#include <kalshi/models.hpp>

Public Attributes

std::string market_settled_ts
 Cutoff based on market settlement time.
 
std::string trades_created_ts
 Cutoff based on trade fill time.
 
std::string orders_updated_ts
 Cutoff based on order cancellation or execution time.
 
std::optional< std::string > market_positions_last_updated_ts
 Cutoff based on position last-update time.
 

Member Data Documentation

◆ market_settled_ts

std::string kalshi::GetHistoricalCutoffResponse::market_settled_ts

Cutoff based on market settlement time.

◆ trades_created_ts

std::string kalshi::GetHistoricalCutoffResponse::trades_created_ts

Cutoff based on trade fill time.

◆ orders_updated_ts

std::string kalshi::GetHistoricalCutoffResponse::orders_updated_ts

Cutoff based on order cancellation or execution time.

◆ market_positions_last_updated_ts

std::optional<std::string> kalshi::GetHistoricalCutoffResponse::market_positions_last_updated_ts

Cutoff based on position last-update time.


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