# CryptoExecutionHistoryResponse : [`IdMessage`](./IdMessage.md)
Response on [`CryptoExecutionHistoryRequest`](./CryptoExecutionHistoryRequest.md).

## Properties

### `ExecutionHistory`
[`ExecutionHistory`](./ExecutionHistory.md)<br/>
Requested account's execution history.

### `ExecutionHistoryRequestType`
[`EnumValue`](../../enumerations/EnumValue.md)<br/>
Requested type of account's execution history, all values from [`CryptoExecutionHistoryRequestType`](../../enumerations/CryptoExecutionHistoryRequestType.md).

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

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

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

## Constructors

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

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