# Functions
NewClient creates a new WebSocket client.
NewManager creates a new WebSocket manager.
# Structs
Client represents a WebSocket client.
Manager handles WebSocket connections.
Message represents a WebSocket message.
QuoteEvent represents a quote event message.
# Type aliases
MessageHandler is a function type for handling WebSocket messages.