-
While I was running testgen I got this error:
> C:\Users\nngakosso\Documents\fix-orchestra\testgen\target>java -jar testgen-1.5.0-jar-with-dependencies.jar C:\Users\nngakosso\Documents\fix-orc…
-
Hello,
I'm testing Orchestra right now but I have some issues regarding the building. Some have been resolved so far but right now I'm stuck with a "Build failure" happening.
Prior issues resolv…
-
Is there a way to share a common set of sbe:message using ?
In the NASDAQ protocols, the ITCH, NBBO, LastSale protocol messages have common symbology spin messages.
I wanted to see if I can use …
-
Chapter 3.1.2 currently says "The XML schema is currently available in GitHub project fix-orchestra module repository2016. Upon promotion to draft standard, it will be made available at a URI consiste…
-
Hello, I'm following the hands on tutorial on accessing messages. For my class, I got this:
```
package com.example.orchestra.sample;
import java.io.InputStream;
import java.io.PrintStream;
i…
-
Hi devs!
`wrapForDecode` method of a repeating group should validate input. In case of `m_blockLength == 0` the method `next()` will always return the same group entry.
Could you please add to …
-
For the Draft Standard, update XML schema namespaces to "http://fixprotocol.io/2020/orchestra".
See https://github.com/FIXTradingCommunity/fix-orchestra-spec/issues/13
-
Endianness can be defined using the `byteOrder` field. Here, the same schema uses a byte order of little endian:
```
```
However, the generated Rust structures do not obey this directive and …
-
At commit 24881df6 e5cba7aa48cb242ee94b7413a1649c24 the build on master is broken.
io.fixprotocol.orchestra:repository2016 ............ FAILURE
/fix-orchestra/repository2016/src/test/java/io/fix…
-
I have problem to encode template with two sequences? Is it possible?