oanda-v20-openapi 0.2.1

The full OANDA v20 API Specification. This specification defines how to interact with v20 Accounts, Trades, Orders, Pricing and more.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# PositionBookBucket

## 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 position book's bucketWidth. | [optional]
**long_count_percent** | Option<**f64**> | The percentage of the total number of positions represented by the long positions found in this bucket. | [optional]
**short_count_percent** | Option<**f64**> | The percentage of the total number of positions represented by the short positions 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)