View Source ExTwelveData.RealTimePrices.Handler behaviour (ExTwelveData v0.2.1)
Implement the Handler behaviour to process real-time price updates coming from Twelve Data.
Link to this section Summary
Callbacks
Invoked when a price update is received.
Link to this section Types
Link to this section Callbacks
@callback handle_price_update(price()) :: :ok
Invoked when a price update is received.