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

#include <kalshi/models.hpp>

Public Attributes

std::string order_id
 
std::optional< std::string > client_order_id
 
std::optional< FixedPointCount > remaining_count
 Number of resting contracts remaining after the amend.
 
std::optional< FixedPointCount > fill_count
 Number of contracts filled as a result of the amend crossing the book.
 
std::optional< FixedPointDollars > average_fill_price
 Volume-weighted average fill price for fills resulting from the amend.
 
std::optional< FixedPointDollars > average_fee_paid
 Volume-weighted average fee paid per contract for fills resulting from the amend.
 
std::int64_t ts_ms {}
 Matching engine timestamp at which the amend was processed, as Unix epoch milliseconds.
 

Member Data Documentation

◆ order_id

std::string kalshi::AmendOrderV2Response::order_id

◆ client_order_id

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

◆ remaining_count

std::optional<FixedPointCount> kalshi::AmendOrderV2Response::remaining_count

Number of resting contracts remaining after the amend.

◆ fill_count

std::optional<FixedPointCount> kalshi::AmendOrderV2Response::fill_count

Number of contracts filled as a result of the amend crossing the book.

◆ average_fill_price

std::optional<FixedPointDollars> kalshi::AmendOrderV2Response::average_fill_price

Volume-weighted average fill price for fills resulting from the amend.

◆ average_fee_paid

std::optional<FixedPointDollars> kalshi::AmendOrderV2Response::average_fee_paid

Volume-weighted average fee paid per contract for fills resulting from the amend.

◆ ts_ms

std::int64_t kalshi::AmendOrderV2Response::ts_ms {}

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


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