# CryptoAccountInfo
Information about account with Crypto trading.

## Properties

### `AccountName`
`String`<br/>
Name of account.

### `CommissionRate`
[`CryptoMarketCommission`](CryptoMarketCommission.md)<br/>
Commission rate for account.

### `ContractType`
[`EnumValue`](../../enumerations/EnumValue.md)<br/>
Type of account, all values from [`ContractType`](../../enumerations/ContractType.md).

### `RiskInfoName`
`String`<br/>
Name of account's risk settings.

### `IsLocked`
`Boolean`<br/>
Value indicating whether account is locked.

### `IsEnabled`
`Boolean`<br/>
Value indicating whether account is enabled.

### `IsDeleted`
`Boolean`<br/>
Deleted state means account is disable and not preloaded into the server.

### `IsOvernightsEnabled`
`Boolean`<br/>
Value indicating whether is overnights enabled.

### `UseSmartRoute`
`Boolean`<br/>
Value indicating whether account need to use smart route.

### `TradingStatistic`
[`CryptoTradingStatistic`](CryptoTradingStatistic.md)<br/>
Values that represents trading statistic for current account.

### `RiskInfo`
[`CryptoRiskInfo`](CryptoRiskInfo.md)<br/>
Risk settings for current account.

### `messageType`
`String`<br/>
Type of message, this property is **readonly**.
