-
For a schema with messages having names starting with a lower case letter, e.g.:
```
…
-
- Throws NullPointerException if XML root element attribute does not have a prefix for namespace.
-
We would like to share our repeating group definitions across multiple messages.
We have tried modelling this as having repeating groups with each having one entry and that entry being a composite, h…
-
Seems, that the copy operator implementation does not work correctly.
When i try to encode following message (printed by implementation of the Visitor pattern):
```
{ MessageType: 'W', BeginStrin…
-
Hi,
Here is my use case:
Project A defines a set of messages with a common base (BasePub is a <types><composite> that is referenced in every <sbe:message> object in project A).…
-
Hi,
The **presence** attribute is allowed at the field level and the type level
- am I right assuming the _field_ presence attribute takes precedence over the type presence attribute?
- given **nullV…
-
Protocol, broker-internal messages, etc.
Make them use and comply with this schema: https://github.com/real-logic/simple-binary-encoding/blob/master/sbe-tool/src/main/resources/fpl/sbe.xsd (namespa…
-
Where I have a constant field in a message I want to be able to more simply set a constant value for it. As an example I currently need to do something like this:
```
1
``…
-
Hi,
I am trying to validate https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-RC4/resources/Examples.xml
Using https://github.com/FIXTradingCommunity/fix-simple-…
-
Thanks for this great library! :-)
I think this is an issue for @billsegall, as it relates to the CSharp code generation.
We're generating code using the `sbe-tool:1.7.6` JAR.
When we have th…