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

#include <kalshi/models.hpp>

Public Attributes

std::string order_id
 The order ID to identify which order had an error during batch cancellation.
 
std::optional< Order > order
 
FixedPointCount reduced_by_fp
 String representation of the number of contracts that were successfully canceled from this order.
 
std::optional< ErrorResponse > error
 

Member Data Documentation

◆ order_id

std::string kalshi::BatchCancelOrdersIndividualResponse::order_id

The order ID to identify which order had an error during batch cancellation.

◆ order

std::optional<Order> kalshi::BatchCancelOrdersIndividualResponse::order

◆ reduced_by_fp

FixedPointCount kalshi::BatchCancelOrdersIndividualResponse::reduced_by_fp

String representation of the number of contracts that were successfully canceled from this order.

◆ error

std::optional<ErrorResponse> kalshi::BatchCancelOrdersIndividualResponse::error

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