IntelliJ plugin for parsing FIX message using custom dictionary #880
alexwibowo
started this conversation in
Show and tell
Replies: 2 comments
-
Hi @alexwibowo , thanks for lettings us know. Sounds like a nice plugin, although I'm not using IntelliJ myself. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Christoph,
You are right. It already handles pipe delimited message. I should probably
mention it in the description
Best regards,
Alex Wibowo
…On Tue, 24 Sep 2024 at 00:14, Christoph John ***@***.***> wrote:
Hi @alexwibowo <https://github.com/alexwibowo> , thanks for lettings us
know. Sounds like a nice plugin, although I'm not using IntelliJ myself.
I think it might be sensible to be able to parse also pipe-delimited FIX
messages (maybe your plugin does this already, but it is not mentioned).
—
Reply to this email directly, view it on GitHub
<#880 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADW4OKEMWABVDA33A6IH23ZYAO47AVCNFSM6AAAAABOV5XF5KVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZSG4YDSMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is not directly related to quickfixj itself, but I've written an IntelliJ plugin that uses quickfixj code to parse FIX message and display them in tree structure.
Here is the plugin: https://plugins.jetbrains.com/plugin/25377-fixtools-fix-protocols-toolset
If you have any idea on how I can improve it, or if you would like to help to work on it, please shoot me email!
(Oh, I also hope I've included all the right license agreement !)
Beta Was this translation helpful? Give feedback.
All reactions