|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::optional< std::int64_t > | subaccount |
| Optional subaccount number to use for this order group (0 for primary, 1-63 for subaccounts). | |
| std::optional< std::int64_t > | contracts_limit |
| Specifies the maximum number of contracts that can be matched within this group over a rolling 15-second window. | |
| std::optional< FixedPointCount > | contracts_limit_fp |
| String representation of the maximum number of contracts that can be matched within this group over a rolling 15-second window. | |
| std::optional< ExchangeIndex > | exchange_index |
| Identifier for an exchange shard. | |
| std::optional<std::int64_t> kalshi::CreateOrderGroupRequest::subaccount |
Optional subaccount number to use for this order group (0 for primary, 1-63 for subaccounts).
| std::optional<std::int64_t> kalshi::CreateOrderGroupRequest::contracts_limit |
Specifies the maximum number of contracts that can be matched within this group over a rolling 15-second window.
| std::optional<FixedPointCount> kalshi::CreateOrderGroupRequest::contracts_limit_fp |
String representation of the maximum number of contracts that can be matched within this group over a rolling 15-second window.
| std::optional<ExchangeIndex> kalshi::CreateOrderGroupRequest::exchange_index |
Identifier for an exchange shard.