Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
C++ High Performance for Financial Systems

You're reading from  C++ High Performance for Financial Systems

Product type Book
Published in Mar 2024
Publisher Packt
ISBN-13 9781805124528
Pages 316 pages
Edition 1st Edition
Languages
Author (1):
Ariel Silahian Ariel Silahian
Profile icon Ariel Silahian

Table of Contents (10) Chapters

Preface 1. Chapter 1: Introducing C++ in Finance and Trading 2. Chapter 2: System Design and Architecture 3. Chapter 3: High-Performance Computing in Financial Systems 4. Chapter 4: Machine Learning in Financial Systems 5. Chapter 5: Scalability in Financial Systems 6. Chapter 6: Low-Latency Programming Strategies and Techniques 7. Chapter 7: Advanced Topics in Financial Systems 8. Index 9. Other Books You May Enjoy

Implementing OMS and EMS

The OMS and EMS are critical components of orders being generated by the system. The OMS is responsible for managing and tracking orders throughout their lifecycle, while the EMS is responsible for routing orders to the appropriate trading venues. Both systems need to operate with high performance and reliability to ensure efficient and effective trading operations.

The OMS is designed to manage active and filled orders. It validates orders received from the strategy module, keeps them in an active order vector, and then sends them to the EMS. The OMS also receives execution reports from the FIX engine, updates order statuses, and moves filled orders to a filled order vector. If an order is canceled, it is removed from the active orders. The OMS also has a function to forward filled orders to a database, although the implementation, depending on requirements, could change.

The OMS could also connect to a messaging hub to receive market data updates. These...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}