#include <kalshi/models.hpp>
|
| std::string | order_id |
| | The order ID identifying which order this entry corresponds to.
|
| |
| std::optional< std::string > | client_order_id |
| |
| FixedPointCount | reduced_by |
| | Number of contracts that were canceled (i.e.
|
| |
| std::optional< std::int64_t > | ts_ms |
| | Matching engine timestamp at which the cancellation was processed, as Unix epoch milliseconds.
|
| |
| std::optional< ErrorResponse > | error |
| |
◆ order_id
| std::string kalshi::BatchCancelOrdersV2ResponseOrdersItem::order_id |
The order ID identifying which order this entry corresponds to.
◆ client_order_id
| std::optional<std::string> kalshi::BatchCancelOrdersV2ResponseOrdersItem::client_order_id |
◆ reduced_by
Number of contracts that were canceled (i.e.
◆ ts_ms
| std::optional<std::int64_t> kalshi::BatchCancelOrdersV2ResponseOrdersItem::ts_ms |
Matching engine timestamp at which the cancellation was processed, as Unix epoch milliseconds.
◆ error
| std::optional<ErrorResponse> kalshi::BatchCancelOrdersV2ResponseOrdersItem::error |
The documentation for this struct was generated from the following file: