-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mismatch method call and method displayed. #31
Comments
That's curious. It appears as if In your
In a quick test, mine shows:
|
2021-06-24 15:52:07,803 INFO connection send: b'8=FIX.4.4|9=92|35=A|49=CAPITALAS_MD|56=NOTHING|34=1|98=0|108=30|96=12345678|141=Y|52=20210624-13:52:07.802|10=021|' |
That looks like the 'message' parameter to your decode() method is not actually a FixMessage instance? |
I am using a static method for that message now that makes it work:
So the decode now is:
And that works. And I can read the message type from it before. As I do a |
Glad it's working now, at least. I appreciate it might not be possible, but if it is, could you send me the source code file? I'd like to investigate this a little more to see if I can understand what was happening ... |
https://gitlab.com/recapital/tasks/-/snippets/2140207 I can give you this, the Client is one of the example applications out there that I built from. Enums is more or less the standard types and constants. Its the path from your decode more or less. |
I am using simplefix version 1.0.14. And it gives me error calling get with the nth parameter.
Here is the code called:
Here is the field constant:
And here is the get method in simplefix:
It works if I don't pass the nth parameter, but providing this (that I have to due to repetitions) gives this weird error.
Message that I received before the decode error.
8=FIX.4.4|9=00080|35=A|49=NOTHING|56=CAPITALAS_MD|34=1|52=20210622-13:59:02.752|98=0|108=30|141=Y|10=085
The text was updated successfully, but these errors were encountered: