Expected results

The following results are expected when a FIX to FIXML map is run:

  • The FIX input file contents are transformed to an XML file, for example, fixml_email_50_out.xml, which is located in the <install_dir>/packs/financial_payments_vn.n.n.n/fix/examples/fixFMLemail/data directory.
  • The output XML is represented by the FIXML type tree, for example, fixml_50.mtt, in the <install_dir>/packs/financial_payments_vn.n.n.n/fix/examples/fixFMLemail/trees directory.
    Note: The FIX 5.0 SP2 and FIX 5.0 SPE EP messages work directly with schemas without the need for a corresponding type tree.
  • The resulting output FIXML message is a well-formed XML message and conforms against an FIXML schema, for example, fixml-main-5-0.xsd, in the <install_dir>/packs/financial_payments_vn.n.n.n/fix/examples/fixFMLemail/schemas directory.
  • The output file corresponds to one valid FIX message.