# BaseCryptoPosition : [`CryptoTrading`](CryptoTrading.md)
Notification about some parameter of shares of specified company changed.<br/>
It can be size, average price, possible profit or loss.

## Properties

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

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

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

### `Shares`
`Number`<br/>
Count of open shares in position.

### `Price`
`Number`<br/>
Price of the position.

### `Open`
`Number`<br/>
Value indicating possible income calculated by last quote.

### `OpenPrint`
`Number`<br/>
Value indicating possible income calculated by last print.

### `Commission`
`Number`<br/>
Commission charged for executed orders.

### `LastQuotePrice`
`Number`<br/>
Price of last quote.

### `LastPrintPrice`
`Number`<br/>
Price of last print.

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