bluefin_api 1.7.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**latest_value_e9** | **String** | Latest account value (e9 format). | 
**value_change_e9** | **String** | Change in value from the first to the last value in the interval (e9 format). | 
**value_change_percentage_e9** | **String** | Percentage change in value from the first to the last value in the interval (e9 format). | 
**latest_unrealized_pnl_e9** | **String** | Latest unrealized PnL value (e9 format). | 
**unrealized_pnl_change_e9** | **String** | Change in unrealized PnL from the first to the last value in the interval (e9 format). | 
**unrealized_pnl_change_percentage_e9** | **String** | Percentage change in unrealized PnL from the first to the last value in the interval (e9 format). | 
**values** | [**Vec<models::AccountValueHistoryData>**]AccountValueHistoryData.md |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)