Interactive Bloomberg Terminal interface to the real TOME matching engine. Submit LIMIT and MARKET orders. Observe the book, tape, and fills in real time. Powered by compiled C++ (WASM) or high-fidelity JS simulation.
Full limit order book with strict price priority then time priority. MARKET orders sweep the book instantly. LIMIT orders rest on the book until filled or cancelled. Real matching logic runs in compiled C++.
TOME — Tiny Order Matching Engine — is a minimal, correct C++17 limit order book running live inside a Bloomberg-style terminal built with Next.js and WebAssembly.
Prices execute according to strict price-time priority: the highest bid or lowest ask matches first, and within each price level, orders are processed in the exact sequence they arrived.
The entire matching engine is authentic compiled C++ code delivered to the browser via Emscripten. No toy simulation. Submit LIMIT and MARKET orders, watch the book move, and review every trade that crosses.