Built for Watching the Platform
Purpose: monitoring, broker operations, event listening
Core method: subscribeToNotification()
Permission-aware by design: a Manager calling this sees the entire broker’s trading activity; a Trader calling the same method sees only their own.
FAQ
If a Trader and a Manager call subscribeToNotification(), do they see the same thing?
No. A Manager sees activity across the entire broker; a Trader sees only their own activity.