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

#include <kalshi/models.hpp>

Public Attributes

std::string ticker
 Market ticker.
 
BookSide side {}
 Side of the order.
 
FixedPointDollars price
 Updated price for the order in fixed-point dollars.
 
FixedPointCount count
 Updated total/max fillable count for the order.
 
std::optional< std::string > client_order_id
 The original client-specified order ID to be amended.
 
std::optional< std::string > updated_client_order_id
 The new client-specified order ID after amendment.
 
std::optional< ExchangeIndex > exchange_index
 Exchange shard index.
 

Member Data Documentation

◆ ticker

std::string kalshi::AmendOrderV2Request::ticker

Market ticker.

◆ side

BookSide kalshi::AmendOrderV2Request::side {}

Side of the order.

◆ price

FixedPointDollars kalshi::AmendOrderV2Request::price

Updated price for the order in fixed-point dollars.

◆ count

FixedPointCount kalshi::AmendOrderV2Request::count

Updated total/max fillable count for the order.

◆ client_order_id

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

The original client-specified order ID to be amended.

◆ updated_client_order_id

std::optional<std::string> kalshi::AmendOrderV2Request::updated_client_order_id

The new client-specified order ID after amendment.

◆ exchange_index

std::optional<ExchangeIndex> kalshi::AmendOrderV2Request::exchange_index

Exchange shard index.


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