colding/MercuryFIX
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
MercuryFIX ========== MercuryFIX is a FIX server in the making. Not at all usable or even halfway finished yet, but you're welcome to take a look. LICENSE ======= BSD 3-Clause. GOALS ===== A FIX server which: * maintains an uninterrupted session even during software updates * has focus on performance and robustness * is reconfigurable while running - mid-session even where it makes sense DOING ===== Currently I'm working with the FIX IO library (applib/fixio). It is now almost feature complete. Outstanding issue is that the popper class needs to handle detection of messages gabs and the sending of ResendRequests. To that end I need to complete applib/fixmsg. The big TODOs ============= Please see the issues list for my feature wish list.