kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
29 lines (21 loc) • 1.08 kB
Markdown
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ticker** | **string** | The event ticker. | [default to undefined]
**is_yes_only** | **boolean** | Whether only the \&
**size_max** | **number** | Maximum number of markets from this event (inclusive). Null means no limit. | [optional] [default to undefined]
**size_min** | **number** | Minimum number of markets from this event (inclusive). Null means no limit. | [optional] [default to undefined]
**active_quoters** | **Array<string>** | List of active quoters for this event. | [default to undefined]
```typescript
import { AssociatedEvent } from 'kalshi-typescript';
const instance: AssociatedEvent = {
ticker,
is_yes_only,
size_max,
size_min,
active_quoters,
};
```
[[Back to Model list]](../README.md