Enum StreamOrderBookL2UpdateType
StreamOrderBookL2UpdateType is the type of an order book event.
Namespace: KaikoSdk.Stream.OrderBookL2V1
Assembly: KaikoSdk.dll
Syntax
public enum StreamOrderBookL2UpdateType : int
Fields
| Name | Description |
|---|---|
| Snapshot | Order book snapshot. |
| Unknown | Unknown type. |
| Update | Order book update. |