# CryptoOrderStatusInfo : [`UserCryptoExecution`](UserCryptoExecution.md)
Information of Crypto order.

## Properties

### `OrderStatus`
[`EnumValue`](../../enumerations/EnumValue.md)<br/>
Status of ordering, all value from [`CryptoOrderStatus`](../../enumerations/CryptoOrderStatus.md).

### `ClientOrderId`
`String`<br/>
Order identifier for client.

### `OriginalClientOrderId`
`String`<br/>
Identifier that client set to order identifier for client.

### `MatchNo`
`Number`<br/>
Match number of current canceled.

### `CancelTicketNo`
`Number`<br/>
Unique number per one cancel message from canceling order to canceled order or canceling reject.

### `ReferenceTicketNo`
`Number`<br/>
TicketNo of correspond trade.

### `RejectNo`
`Number`<br/>
Number of reject.

### `ReferenceAccountName`
`String`<br/>
Name of correspond account.

### `Symbol`
`String`<br/>
Abbreviation for stock name.

### `Exchange`
`String`<br/>
Market exchange.

### `EntryShares`
`Number`<br/>
Count of shares that was entered by client.

### `ExecShares`
`Number`<br/>
Count of shares that was executed.

### `RemainShares`
`Number`<br/>
Count of shares that remain for execution.

### `CanceledShares`
`Number`<br/>
Count of shares that were canceled.

### `RejectShares`
`Number`<br/>
Count of rejected shares.

### `Price`
`Number`<br/>
Price that was entered by client.

### `StopPrice`
`Number`<br/>
Stop limit price.

### `ExecPrice`
`Number`<br/>
Price which pending was executed on.

### `Pnl`
`Number`<br/>
Earnings for current trade.

### `CancelReason`
`String`<br/>
Reason of cancellation.

### `RejectReason`
`String`<br/>
Reason of cancel order failed execution.

### `Side`
[`EnumValue`](../../enumerations/EnumValue.md)<br/>
Side of the order, all values from [`CryptoOrderSide`](../../enumerations/CryptoOrderSide.md).

### `OrderType`
[`EnumValue`](../../enumerations/EnumValue.md)<br/>
Type of the order, all values from [`CryptoOrderType`](../../enumerations/CryptoOrderType.md).

### `TimeInForce`
[`EnumValue`](../../enumerations/EnumValue.md)<br/>
Period of time of order topicality before execution or canceling, all values from [`CryptoTimeInForce`](../../enumerations/CryptoTimeInForce.md).

### `ErrorMessage`
`String`<br/>
Message which indicating that order was received with some invalid parameter.

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

## 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.
