Uses of Record Class
eds.model.OrderBook.OrderBookSnapshot
Packages that use OrderBook.OrderBookSnapshot
Package
Description
MVC controller layer of the application.
MVC model layer of the application.
-
Uses of OrderBook.OrderBookSnapshot in controller
Methods in controller with parameters of type OrderBook.OrderBookSnapshotModifier and TypeMethodDescriptionvoidController.showOrderBook(OrderBook.OrderBookSnapshot snapshot) Requests a fresh order book table update for the simulation page.voidIViewToModelController.showOrderBook(OrderBook.OrderBookSnapshot snapshot) voidSimulationPageController.showOrderBook(OrderBook.OrderBookSnapshot snapshot) Shows one order book snapshot in the table on the simulation page.voidSimulationPageController.updateGraph(OrderBook.OrderBookSnapshot snapshot) voidController.updateOrderBook(OrderBook.OrderBookSnapshot snapshot) Sends a new order book snapshot to the simulation page table.voidIModelToViewController.updateOrderBook(OrderBook.OrderBookSnapshot snapshot) -
Uses of OrderBook.OrderBookSnapshot in eds.model
Methods in eds.model that return OrderBook.OrderBookSnapshotModifier and TypeMethodDescriptionIOrderBook.getSnapshot()Returns an immutable snapshot of the current order book state.OrderBook.getSnapshot()Builds an immutable snapshot of the current order book state.Methods in eds.model with parameters of type OrderBook.OrderBookSnapshotModifier and TypeMethodDescriptionvoidStatisticsCollector.observeOrderBook(OrderBook.OrderBookSnapshot snapshot)