kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
21 lines (13 loc) • 547 B
Markdown
# AcceptQuoteRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accepted_side** | **string** | The side of the quote to accept (yes or no) | [default to undefined]
## Example
```typescript
import { AcceptQuoteRequest } from 'kalshi-typescript';
const instance: AcceptQuoteRequest = {
accepted_side,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)