Quant Interview Practice Questions
题目详情
Multi-leg options strategies, such as butterfly spreads or straddles, require executing multiple option legs simultaneously to achieve specific risk profiles. A critical component in quantitative trading systems is an order builder that tracks these legs, prices them against real-time market data, and validates constraints like delta neutrality and limit prices before execution. Task Implement a MultiLegOrderBuilder class that processes a stream of market data and order operations. You must sup