WebsockexAdapter.Examples.Docs.SubscriptionManagement (WebsockexAdapter v0.1.1)

View Source

Examples of subscription management with WebSocket connections.

Summary

Functions

Process market data updates with pattern matching.

Subscribe to multiple data streams using echo server.

Subscribe and process messages in a loop.

Functions

handle_market_data(timeout \\ 5000)

Process market data updates with pattern matching.

multi_channel_subscription()

Subscribe to multiple data streams using echo server.

subscription_loop(client, channels, message_count \\ 5)

Subscribe and process messages in a loop.