Expand description
Types descibing general WebSocket subscription/unsubscription JSON messages used across publishers, agents and routers.
Structs§
- Error
Response - Sent from the server if an internal error occured while serving data for an existing subscription, or a client request sent a bad request.
- Invalid
Feed Subscription Details - Stream
Updated Response - Sent from the server when new data is available for an existing subscription
(only if
delivery_format == Json
). - Subscribe
Request - Subscribed
Response - Sent from the server after a successul subscription.
- Subscribed
With Invalid Feed IdsIgnored Response - Subscription
Error Response - Sent from the server if the requested subscription or unsubscription request could not be fulfilled.
- Subscription
Id - Unsubscribe
Request - Unsubscribed
Response