# OrderBookBucket
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**price** | Option<**f64**> | The lowest price (inclusive) covered by the bucket. The bucket covers the price range from the price to price + the order book's bucketWidth. | [optional]
**long_count_percent** | Option<**f64**> | The percentage of the total number of orders represented by the long orders found in this bucket. | [optional]
**short_count_percent** | Option<**f64**> | The percentage of the total number of orders represented by the short orders found in this bucket. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)