Fix8是C++FIX协议框架,帮你快速开发FIX客户端和服务器端,可静态编译FIXXML模式以及快速建立基于这个XML的应用。
FIX是行业驱动的消息传输标准,全程是FinancialInformationeXchange
Ifyouneedtoaddcustomisedmessagesorfields,simplyupdatetheschemaandrecompile.fix8supportsallFIXversions.Itoffersruntimecustomfieldsandmessagerecycling,andincorporateslock-freequeues,atomics,andmanyothermoderntechniques.Itisacompleteframework,includingclient/serversessionandconnectionclasses,supportforthestandardFIXfieldtypes,aFIXprinter,andasynclogger,andanasyncmessagepersister.Itstaticallysupportsnestedcomponentsandgroups.Thecodegeneratedbyfix8isstaticallycompiledbyyourcompiler,offeringthebestopportunitiesforoptimization.fix8hasbeendesignedtobeextended,customized,orenhanced.
评论