# OrderbookCountFp

Orderbook with fixed-point contract counts (fp) in all dollar price levels.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**yes_dollars** | **Array&lt;Array&lt;string&gt;&gt;** |  | [default to undefined]
**no_dollars** | **Array&lt;Array&lt;string&gt;&gt;** |  | [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)
