# OpenTradeResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**trades** | Option<[**Vec<models::Trade>**](Trade.md)> | The Account's list of open Trades | [optional]
**last_transaction_id** | Option<**i32**> | The ID of the most recent Transaction created for 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)