# AccountTransactionUpdate
## Properties
**symbol** | Option<**String**> | The symbol of the market. | [optional]
**transaction_type** | [**models::TransactionType**](TransactionType.md) | |
**amount_e9** | **String** | The amount of the transaction in scientific notation with 9 decimal places. |
**asset_symbol** | Option<**String**> | The symbol of the asset. | [optional]
**trade_id** | Option<**String**> | The trade ID associated with the transaction. | [optional]
**executed_at_millis** | **i64** | The timestamp when the transaction was executed in milliseconds. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)