|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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. | |
| std::optional<FixedPointCount> kalshi::DecreaseOrderV2Request::reduce_by |
String representation of the number of contracts to reduce by.
| std::optional<FixedPointCount> kalshi::DecreaseOrderV2Request::reduce_to |
String representation of the number of contracts to reduce to.
| std::optional<ExchangeIndex> kalshi::DecreaseOrderV2Request::exchange_index |
Exchange shard index.
| std::optional<std::string> kalshi::DecreaseOrderV2Request::market_ticker |
Market ticker used for auto-routing when exchange_index is omitted or -1.