|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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. | |
| std::string kalshi::AmendOrderV2Request::ticker |
Market ticker.
| BookSide kalshi::AmendOrderV2Request::side {} |
Side of the order.
| FixedPointDollars kalshi::AmendOrderV2Request::price |
Updated price for the order in fixed-point dollars.
| FixedPointCount kalshi::AmendOrderV2Request::count |
Updated total/max fillable count for the order.
| std::optional<std::string> kalshi::AmendOrderV2Request::client_order_id |
The original client-specified order ID to be amended.
| std::optional<std::string> kalshi::AmendOrderV2Request::updated_client_order_id |
The new client-specified order ID after amendment.
| std::optional<ExchangeIndex> kalshi::AmendOrderV2Request::exchange_index |
Exchange shard index.