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

#include <kalshi/models.hpp>

Public Attributes

std::optional< FixedPointCount > reduce_by
 String representation of the number of contracts to reduce by.
 
std::optional< FixedPointCount > reduce_to
 String representation of the number of contracts to reduce to.
 
std::optional< ExchangeIndex > exchange_index
 Exchange shard index.
 
std::optional< std::string > market_ticker
 Market ticker used for auto-routing when exchange_index is omitted or -1.
 

Member Data Documentation

◆ reduce_by

std::optional<FixedPointCount> kalshi::DecreaseOrderV2Request::reduce_by

String representation of the number of contracts to reduce by.

◆ reduce_to

std::optional<FixedPointCount> kalshi::DecreaseOrderV2Request::reduce_to

String representation of the number of contracts to reduce to.

◆ exchange_index

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

Exchange shard index.

◆ market_ticker

std::optional<std::string> kalshi::DecreaseOrderV2Request::market_ticker

Market ticker used for auto-routing when exchange_index is omitted or -1.


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