# BaseCryptoOrder : [`UserCryptoExecution`](UserCryptoExecution.md)
Base Crypto order.

## Properties

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

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