UNPKG

kalshi-typescript

Version:
21 lines (13 loc) 558 B
# BatchCreateOrdersRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **orders** | [**Array<CreateOrderRequest>**](CreateOrderRequest.md) | | [default to undefined] ## Example ```typescript import { BatchCreateOrdersRequest } from 'kalshi-typescript'; const instance: BatchCreateOrdersRequest = { 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)