Hello community,
the Tablature tools on https://github.com/FIXTradingCommunity/tablature convert the FIX Orchestra format into Markdown and vice versa. Many thanks to @donaldmendelson for providing them as open-source at GitHub!
As suggested at the end of the Tablature User Guide for Messages I downloaded the current Orchestra FIX Latest file and called:
orchestra2md OrchestraFIXLatest.xml -o OrchestraFIXLatest.md
md2orchestra OrchestraFIXLatest.md -o OrchestraFIXLatest-1.xml
I expected the OrchestraFIXLatest-1.xml file to have the same contents as the original OrchestraFIXLatest.xml but for some reason it was nearly empty:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<fixr:repository xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:fixr="http://fixprotocol.io/2020/orchestra/repository">
<fixr:metadata/>
<fixr:datatypes/>
<fixr:codeSets/>
<fixr:fields/>
<fixr:components/>
<fixr:groups/>
<fixr:messages/>
</fixr:repository>
What did I wrong? Was my expectation inappropriate?
Thanks, Jörg