package market import ( "wss-pool/pkg/model/base" ) type SubscribeDepthResponse struct { base.WebSocketResponseBase Data *Depth Tick *Depth }