# CryptoAccountInfoRequest : [`IdMessage`](IdMessage.md)
Request to receive information about account by its' name for Crypto trading.

## Properties

### `AccountName`
`String`<br/>
Name of account for which information need to be received.

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

## Properties ([`IdMessage`](IdMessage.md))

### `RequestId`
`Number`<br/>
Identifier of request.

## Constructors

### `new CryptoAccountInfoRequest()`
Initialize new instance of `CryptoAccountInfoRequest`.

### `new CryptoAccountInfoRequest(requestId: Number)`
Initialize new instance of `CryptoAccountInfoRequest` with with special identifier of request.
<br/><br/>Arguments:<br/>
`requestId: Number` - the identifier of request.<br/>
