# CryptoSubscriptionDataType : [`Enum`](Enum.md)
Type of data that client wants to receive from crypto market. Values can be combined.

## Values
|Name|Description|
|----|-----------|
|`Unknown`|Default value.|
|`OrderBook`|Value indicating that client wants to receive order book at current moment and updates after it.|
|`Print`|Value indicating that client wants to receive notification about trades.|
|`Quote`|Value indicating that client wants to receive notification about quote.|
|`Ticker`|Value indicating that client wants to receive notification about ticker.|
|`All`|Value is combination of all values listed above.|
