ib 3.0.0

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_alias** | **String** | User customizable account alias. Refer to [Configure Account Alias]https://guides.interactivebrokers.com/cp/cp.htm#am/settings/accountalias.htm for details. | [optional] [default to null]
**account_id** | **String** | The account number | [optional] [default to null]
**account_status** | **f32** | When the account was opened in unix time. | [optional] [default to null]
**account_title** | **String** | Title of the account | [optional] [default to null]
**account_van** | **String** | The accountAlias | [optional] [default to null]
**clearing_status** | **String** | Status of the Account   * O = Open   * P or N = Pending   * A = Abandoned   * R = Rejected   * C = Closed  | [optional] [default to null]
**covestor** | **bool** | Is a Covestor Account | [optional] [default to null]
**currency** | **String** | Base currency of the account. | [optional] [default to null]
**desc** | **String** | Formatted \"accountId - accountAlias\" | [optional] [default to null]
**display_name** | **String** | Whichever value is not null in this priority | [optional] [default to null]
**faclient** | **bool** | If an account is a sub-account to a Financial Advisor. | [optional] [default to null]
**id** | **String** | The account identification value | [optional] [default to null]
**parent** | [***::models::AccountParent**](account_parent.md) |  | [optional] [default to null]
**trading_type** | **String** | UNI - Deprecated property | [optional] [default to null]
**_type** | **String** | Account Type | [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)