|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::string | rfq_id |
| The UUID of the RFQ to quote on. | |
| FixedPointDollars | yes_bid |
| The bid price for YES contracts, in dollars. | |
| FixedPointDollars | no_bid |
| The bid price for NO contracts, in dollars. | |
| bool | rest_remainder {} |
| Whether to rest the remainder of the quote after execution. | |
| std::optional< bool > | post_only |
| If true, the quote creator's resting order will be cancelled rather than crossed if it would take liquidity. | |
| std::optional< std::int64_t > | subaccount |
| Optional subaccount number to place the quote under (0 for primary, 1-63 for subaccounts) | |
| std::string kalshi::CreateQuoteRequest::rfq_id |
The UUID of the RFQ to quote on.
| FixedPointDollars kalshi::CreateQuoteRequest::yes_bid |
The bid price for YES contracts, in dollars.
| FixedPointDollars kalshi::CreateQuoteRequest::no_bid |
The bid price for NO contracts, in dollars.
| bool kalshi::CreateQuoteRequest::rest_remainder {} |
Whether to rest the remainder of the quote after execution.
| std::optional<bool> kalshi::CreateQuoteRequest::post_only |
If true, the quote creator's resting order will be cancelled rather than crossed if it would take liquidity.
| std::optional<std::int64_t> kalshi::CreateQuoteRequest::subaccount |
Optional subaccount number to place the quote under (0 for primary, 1-63 for subaccounts)