Implement a placeOrder(ticker: String) method inside a stock manager class. The method accepts stock ticker names (e.g., AAPL, GOOGLE, META). A provided networkManager object simulates network requests by randomly invoking either a success or failure callback passed as arguments. Requirements: (1) All orders must execute in the exact sequence they…