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

Order group lifecycle and limit updates for authenticated user. More...

#include <kalshi/ws_models.hpp>

Public Attributes

OrderGroupUpdatesEventType event_type {}
 Order group event type.
 
std::string order_group_id
 Order group identifier.
 
std::optional< std::string > contracts_limit_fp
 Updated contracts limit in fixed-point (2 decimals).
 
std::int64_t ts_ms {}
 Matching engine timestamp at which the event was processed, as Unix epoch milliseconds.
 

Detailed Description

Order group lifecycle and limit updates for authenticated user.

Member Data Documentation

◆ event_type

OrderGroupUpdatesEventType kalshi::ws::OrderGroupUpdates::event_type {}

Order group event type.

◆ order_group_id

std::string kalshi::ws::OrderGroupUpdates::order_group_id

Order group identifier.

◆ contracts_limit_fp

std::optional<std::string> kalshi::ws::OrderGroupUpdates::contracts_limit_fp

Updated contracts limit in fixed-point (2 decimals).

◆ ts_ms

std::int64_t kalshi::ws::OrderGroupUpdates::ts_ms {}

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


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