ib 3.0.0

A Rust client to the Interactive Brokers HTTP REST API
Documentation
# Summary

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_summaries** | [**Vec<::models::SummaryAccountSummaries>**]summary_accountSummaries.md |  | [optional] [default to null]
**balance_by_date** | [***::models::SummaryBalanceByDate**](summary_balanceByDate.md) |  | [optional] [default to null]
**currency** | **String** |  | [optional] [default to null]
**end_date** | **String** |  | [optional] [default to null]
**excluded_accounts** | [**Vec<::models::SummaryExcludedAccounts>**](summary_excludedAccounts.md) |  | [optional] [default to null]
**has_external_accounts** | **bool** | indicator of user having configured any external accounts | [optional] [default to null]
**last_successful_update** | **String** |  | [optional] [default to null]
**pm** | **String** |  | [optional] [default to null]
**rc** | **i32** |  | [optional] [default to null]
**start_date** | **String** | date format-- yyyy-MM-dd | [optional] [default to null]
**total** | [***::models::SummaryTotal**](summary_total.md) |  | [optional] [default to null]
**user_id** | **String** |  | [optional] [default to null]
**view** | **String** |  | [optional] [default to null]

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