Samples :: FIXML Converter
Fixml Converter Sample
Description
This sample demonstrates how to convert FIX message to FIXML message and vice versa.
Directory Structure
Item | Description |
---|---|
conf/sample | sample data |
conf/sample/schema | FIXML schema documents |
conf/logback.xml | logger configuration |
Usage
- Run the sample:
- win: FixmlConverterSample.bat
- linux: FixmlConverterSample.sh
- Clean everything:
- win: clean.bat
- linux: clean.sh
Source Code
Error during retrieving content skip as ignoreDownloadError activated.
Custom Repeating Group Sample
Description
This sample demonstrates how to convert FIX message to FIXML message. Customized FIXML schema is used.
Directory Structure
Item | Description |
---|---|
conf/sample | sample data |
conf/sample/schema2 | FIXML schema documents |
conf/logback.xml | logger configuration |
Usage
- Run the sample:
- win: CustomRepeatingGroupSample.bat
- linux: CustomRepeatingGroupSample.sh
- Clean everything:
- win: clean.bat
- linux: clean.sh
Source Code
Error during retrieving content skip as ignoreDownloadError activated.
Fixml Converter Benchmark Sample
Description
This sample benchmark conversion from FIX message to FIXML message.
Directory Structure
Item | Description |
---|---|
conf/sample/FixmlMessageBenchmark.properties | configuration file |
conf/sample | sample data |
conf/sample/schema | FIXML schema documents |
conf/logback.xml | logger configuration |
Usage
- Run the sample:
- win: FixmlConverterBenchmarkSample.bat
- linux: FixmlConverterBenchmarkSample.sh
- Clean everything:
- win: clean.bat
- linux: clean.sh
Source Code
Error during retrieving content skip as ignoreDownloadError activated.
The following class is used in the sample:
Error during retrieving content skip as ignoreDownloadError activated.