Algorithm · Citadel · Medium
Real-Time Trade Monitor Dashboard Medium · Topics · Company Tags · Hints You are building a React component that consumes a live stream of trading events. A utility function subscribeToStream(callback) is provided; it invokes the callback with each incoming event object. You do not need to implement the underlying stream source. Every event has the following shape: Your dashboard must fulfill these requirements: Grouped lists: Partition events by the value of tradeType.…
Checking your access…