kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
23 lines (15 loc) • 860 B
Markdown
# Schedule
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**standard_hours** | [**Array<WeeklySchedule>**](WeeklySchedule.md) | The standard operating hours of the exchange. All times are expressed in ET. Outside of these times trading will be unavailable. | [default to undefined]
**maintenance_windows** | [**Array<MaintenanceWindow>**](MaintenanceWindow.md) | Scheduled maintenance windows, during which the exchange may be unavailable. | [default to undefined]
## Example
```typescript
import { Schedule } from 'kalshi-typescript';
const instance: Schedule = {
standard_hours,
maintenance_windows,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)