AlignmentSystems / MatchingEngine

A toy implementation of a matching engine. Don't use this in the real world, it's a toy!
MIT License
3 stars 0 forks source link

Refactoring 20/09/2023 #31

Closed JohnGreenan closed 9 months ago

JohnGreenan commented 9 months ago

Added UnhandledExceptionHandler Caught some more Kafka related issues (thread based) Bi-directional FIX <> SBE messages now implemented Exchange received 35=E. SBE equivalent is sent to Kafka and processed by matching engine Matching engine sends match and execution messages to Kafka. Kafka messages pickedup by exchange FIX engine and repacks into 35=8 for each ack and 35=8 times two for each match.

Also renamed to Alignment* naming convention Much easier to spot using jps at the command line