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

#include <kalshi/models.hpp>

Public Attributes

std::string order_id
 
std::optional< std::string > client_order_id
 
FixedPointCount remaining_count
 Number of contracts remaining after the decrease.
 
std::int64_t ts_ms {}
 Matching engine timestamp at which the decrease was processed, as Unix epoch milliseconds.
 

Member Data Documentation

◆ order_id

std::string kalshi::DecreaseOrderV2Response::order_id

◆ client_order_id

std::optional<std::string> kalshi::DecreaseOrderV2Response::client_order_id

◆ remaining_count

FixedPointCount kalshi::DecreaseOrderV2Response::remaining_count

Number of contracts remaining after the decrease.

◆ ts_ms

std::int64_t kalshi::DecreaseOrderV2Response::ts_ms {}

Matching engine timestamp at which the decrease was processed, as Unix epoch milliseconds.


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