docs/Position.md in snaptrade-1.16.3 vs docs/Position.md in snaptrade-1.17.0
- old
+ new
@@ -2,10 +2,10 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
-| **symbol** | [**PositionSymbol**](PositionSymbol.md) | | [optional] |
+| **symbol** | **PositionSymbol** | | [optional] |
| **units** | **Float** | | [optional] |
| **price** | **Float** | Last known market price for the symbol | [optional] |
| **open_pnl** | **Float** | | [optional] |
| **fractional_units** | **Float** | Deprecated, use the units field for both fractional and integer units going forward | [optional] |
| **average_purchase_price** | **Float** | Average purchase price for this position. Either returned by the underlying broker or calculated using historical transactions. | [optional] |