简体   繁体   中英

Quickfix support for fpml

I am trying to figure out if quickfix supports fpml. I am guessing not , since i could not tell by googling.

You may encounter some cases where the FIX provider will embed a fpml message inside the FIX message. The tags EncodedSecurityDescLen (350) and EncodedSecurityDesc (351) will be used to store this payload.

QuickFIX/J can manage this kind of message, but you will have to handle the content of the EncodedSecurityDesc yourself. More details in this page

不可以。QuickFIXQuickFIX / J都不支持FIX4.0-4.4,5.0)以外的协议。

You find now initial information about the Fix Working Group at fpml.org . The FpML-FIX Working Group works to support interoperability between the FIX, FIXML and FpML protocols.

Quickfix doesn't supports anything which is not in the FIX standard. FpML is for OTC derivatives, as is mentioned on their website. But you can use a sort of a hack to encompass some of the details which are available in FpML(XML schema).

Quickfix depends on the XML file to check for data in the FIX messages and FIX allows for customized user fields. You can use the data from the FpML standards and use them in your customized user fields in the FIX specification files which your Quickfix engine uses. Not a beautiful method, but works.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM