# BatchCancelOrdersRequestOrder


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**order_id** | **string** | Order ID to cancel | [default to undefined]
**subaccount** | **number** | Optional subaccount number to use for this cancellation (0 for primary, 1-32 for subaccounts) | [optional] [default to 0]

## Example

```typescript
import { BatchCancelOrdersRequestOrder } from 'kalshi-typescript';

const instance: BatchCancelOrdersRequestOrder = {
    order_id,
    subaccount,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
