# CryptoAccountInfoUpdateType : [`Enum`](Enum.md)
Type of update AccountInfo.

## Values
|Name|Description|
|----|-----------|
|`None`|Nothing was updated|
|`AccountInfo`|Fields that corresponds to account were updated.|
|`RiskInfo`|Fields that corresponds to account's risks were updated.|
|`TradingStatistic`|Fields that corresponds to account's trading statistic were updated.|
|`AccountInfoPlusTradingStatistic`|Combined field which represents both AccountInfo and Trading Statistic.|
|`RiskInfoPlusTradingStatistic`|Combined field which represents both RiskInfo and Trading Statistic.|
|`AccountInfoPlusRiskInfo`|Combined field which represents both AccountInfo and RiskInfo.|
|`All`|Fields in all nested objects were updated.|
