Algostream_data_ingestion_coinbase.ConnectorCoinbase Exchange WebSocket connector (public, unauthenticated).
include Algostream_data_ingestion.Exchange.SBuild the subscribe message sent right after WebSocket upgrade.
val parse_frame :
symbol_intern:Algostream_data_ingestion.Symbol_intern.t ->
string ->
Algostream_infrastructure_event_bus.Event_types.Event.payload listDecode a raw text frame payload into zero or more event-bus payloads.
symbol_intern is a per-Domain interner so symbol strings reuse storage across calls. Returns an empty list for unrecognised / control frames (subscribe ack, pong, etc.).