kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
21 lines (13 loc) • 573 B
Markdown
# CreateOrderGroupResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**order_group_id** | **string** | The unique identifier for the created order group | [default to undefined]
## Example
```typescript
import { CreateOrderGroupResponse } from 'kalshi-typescript';
const instance: CreateOrderGroupResponse = {
order_group_id,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)