11An Equities Trading System
“Time is a fixed income”
—Margaret B. Johnstone
THIS chapter explores a realistic demonstration application that uses Java RTS. In this case, we’ve built a simulated equities trading system that operates with both Java SE and Java RTS to directly show the differences between both virtual machines. Namely, with Java SE, the application misses deadlines and important time-critical events that cause it to behave unpredictably. This results in unmitigated risk in the trading system, with a potential loss of money as a result. When updated to run with Java RTS, you’ll clearly see this risk disappear as deadlines are met, and trading opportunities are always seized.
We’ll explore a total of three versions of the trading ...
Get Real-Time Java™ Programming with Java RTS now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.