# TradeReduce
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**trade_id** | Option<**i32**> | The ID of the Trade that was reduced or closed | [optional]
**units** | Option<**f64**> | The number of units that the Trade was reduced by | [optional]
**price** | Option<**f64**> | The average price that the units were closed at. This price may be clamped for guaranteed Stop Loss Orders. | [optional]
**realized_pl** | Option<**f64**> | The PL realized when reducing the Trade | [optional]
**financing** | Option<**f64**> | The financing paid/collected when reducing the Trade | [optional]
**guaranteed_execution_fee** | Option<**f64**> | This is the fee that is charged for closing the Trade if it has a guaranteed Stop Loss Order attached to it. | [optional]
**half_spread_cost** | Option<**f64**> | The half spread cost for the trade reduce/close. This can be apositive or negative value and is represented in the home currency of the Account. | [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)