没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > fix8 |
fix8
|
1 | 0 | 332 |
贡献者 | 讨论 | 代码提交 |
A fresh approach to FIX (see www.fixprotocol.org). Statically compile your FIX xml schema and quickly build your FIX application on top. With low latency performance in mind, this framework is designed to streamline the development of custom FIX interfaces. Using one of the standard FIX schemas you can have a FIX client or server up and running very quickly. If you need to add customised messages or fields, simply update the schema and recompile.
Fix8 is a complete framework with a compiler and run-time library. Includes client/server session and connection classes; support for the standard FIX field types; FIX printer, async logger and async message persister. Fix8 offers run-time custom fields and message recycling. Incorporates lock free queues, atomics and many other modern techniques