kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
24 lines (16 loc) • 694 B
Markdown
# OrderbookCountFp
Orderbook with fixed-point contract counts (fp) in all dollar price levels.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**yes_dollars** | **Array<Array<string>>** | | [default to undefined]
**no_dollars** | **Array<Array<string>>** | | [default to undefined]
## Example
```typescript
import { OrderbookCountFp } from 'kalshi-typescript';
const instance: OrderbookCountFp = {
yes_dollars,
no_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)