-
My project is an XML diff/merge utility so I need to have entry points for two methods. Currently, the plugin only supports a single launcher, but I found that jlink does support multiple launchers fr…
-
The format of the FIX Latest **Orchestra XML** file has changed substantially between EP269 and EP272, see below for snippet. This has caused various issues in my build process, and there is possibly …
-
The fixml changed for options orders and I have been getting the error:
`ally.exception.ExecutionException: This symbol is not valid for this request`
when submitting with py ally the fixml should b…
-
http://www.fixprotocol.org/discuss/read/4652b522
-
Hi, I'm experimenting with using this repository alongside the FIX standard orchestration files in the [orchestrations](https://github.com/FIXTradingCommunity/orchestrations/tree/master/FIX%20Standard…
-
Are these obsolete or where can I find them?
"import io.fixprotocol._2020.orchestra.repository.CodeSetType;"
-
Comparing the output of `md2orchestra` to the Orchestra file of FIX Latest, I see some notable differences: While the Orchestra FIX Latest only uses the `dc:` XML name space,
the generated XML code u…
-
I generated a orchestra file using the playlist app, and it contains a namespace that causes the generator to crash.
Exception in thread "main" java.lang.RuntimeException: XML Validation Exception:…
-
template file:
```xml
```
There are two `ID` fields in two different message, the first one has `copy` attribute and another has `tail` attribute.
mFAST encode…
-
```
What steps will reproduce the problem?
1. Parse a FIX message containing binary fields
2. TagValue#value() returns binary data as string.. need to
think how to handle it properly.
What is the exp…