# CreateQuoteRequest


## Properties

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\&#39;s price level structure. | [default to undefined]
**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\&#39;s price level structure. | [default to undefined]
**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#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
