|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Query parameters for get_trades.
More...
#include <kalshi/models.hpp>
Public Attributes | |
| std::optional< std::int64_t > | limit |
| Number of results per page. | |
| std::optional< std::string > | cursor |
| Pagination cursor. | |
| std::optional< std::string > | ticker |
| Filter by market ticker. | |
| std::optional< std::int64_t > | min_ts |
| Filter items after this Unix timestamp. | |
| std::optional< std::int64_t > | max_ts |
| Filter items before this Unix timestamp. | |
| std::optional< bool > | is_block_trade |
| Filter trades by whether they are block trades. | |
Query parameters for get_trades.
| std::optional<std::int64_t> kalshi::GetTradesParams::limit |
Number of results per page.
| std::optional<std::string> kalshi::GetTradesParams::cursor |
Pagination cursor.
| std::optional<std::string> kalshi::GetTradesParams::ticker |
Filter by market ticker.
| std::optional<std::int64_t> kalshi::GetTradesParams::min_ts |
Filter items after this Unix timestamp.
| std::optional<std::int64_t> kalshi::GetTradesParams::max_ts |
Filter items before this Unix timestamp.
| std::optional<bool> kalshi::GetTradesParams::is_block_trade |
Filter trades by whether they are block trades.