bluefin_api 1.0.0

Bluefin API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# AccountTransactionUpdate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)