[Quickfix-developers] RES: FIXML 5.0 SP2 over FIXT 1.1
Brought to you by:
orenmnero
From: Clebson D. F. P. <Cle...@cm...> - 2010-07-22 11:57:01
|
You can check the FIXT 1.1 messages (transport)structures on FIXT11.xml dictionary. eg: <?xml version='1.0' encoding='UTF-8'?> <fix type='FIXT' major='1' minor='1' servicepack='0'> <header> <field name='BeginString' required='Y'/> <field name='BodyLength' required='Y'/> <field name='MsgType' required='Y'/> <field name='SenderCompID' required='Y'/> </header> The FIXML messages (application) should be validated using the schemas provided by FPL. --><xs:schema xmlns="http://www.fixprotocol.org/FIXML-5-0" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0/METADATA" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.fixprotocol.org/FIXML-5-0" xsi:schemaLocation="http://www.fixprotocol.org/FIXML-5-0/METADATA fixml-metadata-5-0-SP1.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:include schemaLocation="fixml-components-impl-5-0-SP1.xsd"/> <xs:group name="ExecutionReportElements"> <xs:sequence> Regards, Clebson -----Mensagem original----- De: Angel Ruiz [mailto:la...@sp...] Enviada em: quarta-feira, 23 de junho de 2010 19:43 Para: qui...@li... Assunto: [Quickfix-developers] FIXML 5.0 SP2 over FIXT 1.1 QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html |