返回题库

Quant Interview Practice Questions

专题
architecture & logic
难度
L3
来源
MyntBit

题目详情

The Financial Information eXchange (FIX) protocol is the industry standard for real-time electronic exchange of securities transactions in quantitative finance. At the session level, FIX maintains a robust state machine to ensure ordered message delivery, handle sequence gaps, and recover lost messages. Implementing this state machine is critical for building resilient trading gateways that can survive network interruptions. Task Implement a simplified FIX Session Acceptor state machine by comp