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

#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)
 

Member Data Documentation

◆ rfq_id

std::string kalshi::CreateQuoteRequest::rfq_id

The UUID of the RFQ to quote on.

◆ yes_bid

FixedPointDollars kalshi::CreateQuoteRequest::yes_bid

The bid price for YES contracts, in dollars.

◆ no_bid

FixedPointDollars kalshi::CreateQuoteRequest::no_bid

The bid price for NO contracts, in dollars.

◆ rest_remainder

bool kalshi::CreateQuoteRequest::rest_remainder {}

Whether to rest the remainder of the quote after execution.

◆ post_only

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.

◆ subaccount

std::optional<std::int64_t> kalshi::CreateQuoteRequest::subaccount

Optional subaccount number to place the quote under (0 for primary, 1-63 for subaccounts)


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