# CalculatedTradeState
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i32**> | The Trade's ID. | [optional]
**unrealized_pl** | Option<**f64**> | The Trade's unrealized profit/loss. | [optional]
**margin_used** | Option<**f64**> | Margin currently used by the Trade. | [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)