UNPKG

kalshi-typescript

Version:
29 lines (21 loc) 1.08 kB
# AssociatedEvent ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ticker** | **string** | The event ticker. | [default to undefined] **is_yes_only** | **boolean** | Whether only the \'yes\' side can be used for this event. | [default to undefined] **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] ## Example ```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#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)