|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Query parameters for get_fills.
More...
#include <kalshi/models.hpp>
Public Attributes | |
| std::optional< std::string > | ticker |
| Filter by market ticker. | |
| std::optional< std::string > | order_id |
| Filter by order ID. | |
| 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< std::int64_t > | limit |
| Number of results per page. | |
| std::optional< std::string > | cursor |
| Pagination cursor. | |
| std::optional< std::int64_t > | subaccount |
| Subaccount number (0 for primary, 1-63 for subaccounts). | |
| std::optional< std::int64_t > | exchange_index |
| Filter results by exchange shard. | |
Query parameters for get_fills.
| std::optional<std::string> kalshi::GetFillsParams::ticker |
Filter by market ticker.
| std::optional<std::string> kalshi::GetFillsParams::order_id |
Filter by order ID.
| std::optional<std::int64_t> kalshi::GetFillsParams::min_ts |
Filter items after this Unix timestamp.
| std::optional<std::int64_t> kalshi::GetFillsParams::max_ts |
Filter items before this Unix timestamp.
| std::optional<std::int64_t> kalshi::GetFillsParams::limit |
Number of results per page.
| std::optional<std::string> kalshi::GetFillsParams::cursor |
Pagination cursor.
| std::optional<std::int64_t> kalshi::GetFillsParams::subaccount |
Subaccount number (0 for primary, 1-63 for subaccounts).
| std::optional<std::int64_t> kalshi::GetFillsParams::exchange_index |
Filter results by exchange shard.