# CryptoCancelling : [`CryptoExecutionCancelMessage`](CryptoExecutionCancelMessage.md)
Message indicating that server side accept canceling Crypto order.

## Properties

### `ClientOrderId`
`String`<br/>
Identifier client set to [`CancelCryptoOrder.ClientOrderId`](CancelCryptoOrder.md#clientorderid).

### `OriginalClientOrderId`
`String`<br/>
Identifier that client set to [`NewCryptoOrder.ClientOrderId`](NewCryptoOrder.md#clientorderid).

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

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

### `CancelTicketNo`
`Number`<br/>
Unique number per one cancel message from [`CancelCryptoOrder`](CancelCryptoOrder.md) to [`CryptoCanceled`](CryptoCanceled.md) or [`CryptoCancelReject`](CryptoCancelReject.md).

### `TransactionNo`
`String`<br/>
Number of transaction

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

### `UserName`
`String`<br/>
Name of user.

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

### `TicketNo`
`String`<br/>
Unique number per one ticket. For cancel messages it represents number of bid that should be canceled.

### `ActivityOrderId`
`Number`<br/>
Identifier for sorting accounts activity.

## Properties ([`BaseCryptoExecution`](BaseCryptoExecution.md))
Base message for all cancel messages.

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

### `Time`
`Date`<br/>
Time on market when message was created.

### `ServerTime`
`Date`<br/>
Time of server when message was created.

### `TimeTicks`
`BigInit`<br/>
Ticks of time on market when message was created.

### `ServerTimeTicks`
`BigInit`<br/>
Ticks of server's time on market when message was created.
