|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Query parameters for get_fcm_orders.
More...
#include <kalshi/models.hpp>
Public Attributes | |
| std::optional< std::string > | subtrader_id |
| Restricts the response to orders for a specific subtrader (FCM members only). | |
| std::optional< std::string > | client_order_ids |
| Client order IDs to filter by, as a comma-separated list (maximum 100). | |
| std::optional< std::string > | cursor |
| Pagination cursor. | |
| std::optional< std::string > | event_ticker |
| Event ticker to filter by. | |
| std::optional< std::string > | ticker |
| Filter by market ticker. | |
| std::optional< std::int64_t > | min_ts |
| Restricts the response to orders after a timestamp, formatted as a Unix Timestamp. | |
| std::optional< std::int64_t > | max_ts |
| Restricts the response to orders before a timestamp, formatted as a Unix Timestamp. | |
| std::optional< OrderStatus > | status |
| Restricts the response to orders that have a certain status. | |
| std::optional< std::int64_t > | limit |
| Parameter to specify the number of results per page. | |
Query parameters for get_fcm_orders.
| std::optional<std::string> kalshi::GetFcmOrdersParams::subtrader_id |
Restricts the response to orders for a specific subtrader (FCM members only).
| std::optional<std::string> kalshi::GetFcmOrdersParams::client_order_ids |
Client order IDs to filter by, as a comma-separated list (maximum 100).
| std::optional<std::string> kalshi::GetFcmOrdersParams::cursor |
Pagination cursor.
| std::optional<std::string> kalshi::GetFcmOrdersParams::event_ticker |
Event ticker to filter by.
| std::optional<std::string> kalshi::GetFcmOrdersParams::ticker |
Filter by market ticker.
| std::optional<std::int64_t> kalshi::GetFcmOrdersParams::min_ts |
Restricts the response to orders after a timestamp, formatted as a Unix Timestamp.
| std::optional<std::int64_t> kalshi::GetFcmOrdersParams::max_ts |
Restricts the response to orders before a timestamp, formatted as a Unix Timestamp.
| std::optional<OrderStatus> kalshi::GetFcmOrdersParams::status |
Restricts the response to orders that have a certain status.
| std::optional<std::int64_t> kalshi::GetFcmOrdersParams::limit |
Parameter to specify the number of results per page.