UNPKG

kalshi-typescript

Version:
25 lines (17 loc) 696 B
# TickerPair ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **market_ticker** | **string** | Market ticker identifier. | [default to undefined] **event_ticker** | **string** | Event ticker identifier. | [default to undefined] **side** | **string** | Side of the market (yes or no). | [default to undefined] ## Example ```typescript import { TickerPair } from 'kalshi-typescript'; const instance: TickerPair = { market_ticker, event_ticker, 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)