UNPKG

kalshi-typescript

Version:
27 lines (19 loc) 1.13 kB
# MveSelectedLeg ## Properties 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\'s price level structure. | [optional] [default to undefined] ## Example ```typescript import { MveSelectedLeg } from 'kalshi-typescript'; const instance: MveSelectedLeg = { event_ticker, market_ticker, side, yes_settlement_value_dollars, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)