kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
29 lines (21 loc) • 1.43 kB
Markdown
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rfq_id** | **string** | The ID of the RFQ to quote on | [default to undefined]
**yes_bid** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\&
**no_bid** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\&
**rest_remainder** | **boolean** | Whether to rest the remainder of the quote after execution | [default to undefined]
**subaccount** | **number** | Optional subaccount number to place the quote under (0 for primary, 1-32 for subaccounts) | [optional] [default to undefined]
## Example
```typescript
import { CreateQuoteRequest } from 'kalshi-typescript';
const instance: CreateQuoteRequest = {
rfq_id,
yes_bid,
no_bid,
rest_remainder,
subaccount,
};
```
[[Back to Model list]](../README.md