kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
27 lines (19 loc) • 1.13 kB
Markdown
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**event_ticker** | **string** | Unique identifier for the selected event | [optional] [default to undefined]
**market_ticker** | **string** | Unique identifier for the selected market | [optional] [default to undefined]
**side** | **string** | The side of the selected market | [optional] [default to undefined]
**yes_settlement_value_dollars** | **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\&
```typescript
import { MveSelectedLeg } from 'kalshi-typescript';
const instance: MveSelectedLeg = {
event_ticker,
market_ticker,
side,
yes_settlement_value_dollars,
};
```
[[Back to Model list]](../README.md