kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
21 lines (13 loc) • 638 B
Markdown
# GetPortfolioRestingOrderTotalValueResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**total_resting_order_value** | **number** | Total value of resting orders in cents | [default to undefined]
## Example
```typescript
import { GetPortfolioRestingOrderTotalValueResponse } from 'kalshi-typescript';
const instance: GetPortfolioRestingOrderTotalValueResponse = {
total_resting_order_value,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)