LTP Generator
- Function: Generates the Last Traded Price (LTP) for specified symbols in
real-time.
- Subscription: While starting the service it subscribes to specified (by user)
symbols every morning and receives data via websocket.
- Dynamic Subscription: Allows real-time subscription to any symbol without
restarting the service. Simply send the symbol name via Redis pub-sub channel.
- Real-time Updates: Automatically subscribes to the symbol and provides tick
(LTP information) in real-time.
- Reliability: Includes a backup feature to ensure continuous LTP updates even if
the websocket fails at the broker's end.
- Benefit: Ensures uninterrupted LTP updates, enhancing the reliability and
efficiency of my trading operations.