Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FMXML format specification

 

Code Block
languagehtml/xml
<FIXMessage>
	<!-- FIX tags -->
	<f[tag1]>value1</f[tag1]>
	<f[tag2]>value2</f[tag2]>
	<!-- FIX repeating group -->
	<g[tag3] v="value3">
		<e>
			<f[tag4]>value4</f[tag4]>
		</e>
		<e>
			<f[tag5]>value5</f[tag5]>
		</e>
	</g[tag3]>
</FIXMessage>

Further XML message transformations

It is not necessary that external system can process XML messages in the format FMXML Handler produces. One may use XSLT transformations to transform FMXML output to virtually any XML schema.