UNPKG

kalshi-typescript

Version:
23 lines (15 loc) 773 B
# BatchCancelOrdersRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ids** | **Array<string>** | An array of order IDs to cancel | [optional] [default to undefined] **orders** | [**Array<BatchCancelOrdersRequestOrder>**](BatchCancelOrdersRequestOrder.md) | An array of orders to cancel, each optionally specifying a subaccount | [optional] [default to undefined] ## Example ```typescript import { BatchCancelOrdersRequest } from 'kalshi-typescript'; const instance: BatchCancelOrdersRequest = { ids, orders, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)