View Source ExTwelveData.RealTimePrices (ExTwelveData v0.2.1)
WebSocket client to get real-time prices from Twelve Data.
Link to this section Summary
Functions
Reset the subscription to all price updates.
Specify a list of symbols you're interested to.
Send a list of symbols that you're no longer interested to.
Link to this section Types
@type option() :: WebSockex.option() | {:api_key, binary()} | {:handler, ExTwelveData.RealTimePrices.Handler}
@type options() :: [option()]
Link to this section Functions
Reset the subscription to all price updates.
Specify a list of symbols you're interested to.
Subsequent calls will append new symbols to the list.
See unsubscribe/2
and reset/1
to remove
Send a list of symbols that you're no longer interested to.
Twelve Data will stop sending updates.