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

Query parameters for get_market_orderbook. More...

#include <kalshi/models.hpp>

Public Attributes

std::optional< std::int64_t > depth
 Depth of the orderbook to retrieve (0 or negative means all levels, 1-100 for specific depth)
 

Detailed Description

Query parameters for get_market_orderbook.

Member Data Documentation

◆ depth

std::optional<std::int64_t> kalshi::GetMarketOrderbookParams::depth

Depth of the orderbook to retrieve (0 or negative means all levels, 1-100 for specific depth)


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