-
I have issue with iterative IF statements. I want to use different FIX.XML for different messages same as example provided. but I am getting below errors. Logstash is crashing with this errors. Everyt…
-
We are generating Encoders/Decoders for go.
In our schema, we have a field, defined as follows:
```xml
```
Our question goes to the range-checking which can be enabled in the generated dec…
-
When using the OftMessageDecoder, which the `TokenListener.onBeginComposite()` callback the fieldToken supplied is the BEGIN_FIELD token for the field of the message that the decoder is currently at. …
-
If I have a type nested within a composite, when I arrive at the onEncoding callback the typeToken doesn't reference the type as described in the type parameter of the ref element: ``.
Using the su…
-
(Assuming this test isn't failing because the market is closed...)
`_______________________ test_make_order_request_success ________________________
trading =
def test_make_order_request…
-
Hi @daino3 ,
So we are still chugging away. We have encountered an issue. It looks like for tag 552 it is pulling a bunch of inappropriate tags into a nested group when it shouldn't
eg:
htt…
-
https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-RC4/doc/07Examples.md
1. In XML schema there is an extra character '`' in the first line:
```
1. xmllint and other t…
-
I was testing the application and ran the Pytest. Only 2 test fail which is the test_get_balance and the test_make_order_request_success. It's normal because I don't have balance in my trade king acco…
-
For this snippet of an sbe-schema
```
```
When processing the IR I see:
uint64nv has token.encoding().nullValue == "-1"
uint64 has token.encodi…
-
Similar to issue #414 if I modify sbe-tool/src/test/resources/example-composite.xml thusly:
```+++ b/sbe-tool/src/test/resources/example-composite.xml
@@ -2,7 +2,7 @@
@@ -23,12 +23,16 @@
…