|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
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. | |
Order group lifecycle and limit updates for authenticated user.
| OrderGroupUpdatesEventType kalshi::ws::OrderGroupUpdates::event_type {} |
Order group event type.
| std::string kalshi::ws::OrderGroupUpdates::order_group_id |
Order group identifier.
| std::optional<std::string> kalshi::ws::OrderGroupUpdates::contracts_limit_fp |
Updated contracts limit in fixed-point (2 decimals).
| std::int64_t kalshi::ws::OrderGroupUpdates::ts_ms {} |
Matching engine timestamp at which the event was processed, as Unix epoch milliseconds.