You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System polls for messages to be received in FIX protocol format by a NetworkReceiver.
Parser object parses message into key-value store (dictionary), passes to an OrderHandler object
OrderHandler object receives dictionary, then performs necessary tasks with information. May involve submitting an order, or reading that an order was executed and updating OrderBook. Returns encoded FIX message to send back to exchange.
NetworkSender sends return message (if any) back to exchange
Exchange
Sends FIX messages as necessary (market updates, order executions, etc)