Issues with FixClient versions and questions custom fields #13
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hi @Artemin you are correct I need to do another release as that custom field exception has been fixed. I was waiting to complete some other changes but I'll do the release sooner. Regarding the GATE dropdown, I originally built this program when working for a company (now acquired by Virtu who open sourced FixClient and where you will see this is forked from) that had an application called GATE that routed FIX traffic amongst other things. This button automatically added several commonly used custom tags for use with GATE. There are still people at Virtu that use FIX Client so I leave the functionality in place. Custom field definitions are used to populate the descriptions/logs etc when messages with these fields are received via a session connection, pasted into the message editor, or parsed from a log file in the parser view. Custom messages are possible and some hard coded custom messages are supported right now. If you look at leicographer.py you will see some messages being injected into the data dictionary. Supporting this dynamically in the UI is possible but would be a reasonably large amount of work, if you really want this please open an issue. Thanks for the questions, I know this could really use some documentation so please let me know of anything that isn't clear or you can't figure out. |
Beta Was this translation helpful? Give feedback.
-
|
Hi Gary, Is there any file which can help to understand each and every session setting providing its function? What is significance of Bind host and Bind port vs Host and Port? |
Beta Was this translation helpful? Give feedback.

Hi @Artemin you are correct I need to do another release as that custom field exception has been fixed. I was waiting to complete some other changes but I'll do the release sooner.
Regarding the GATE dropdown, I originally built this program when working for a company (now acquired by Virtu who open sourced FixClient and where you will see this is forked from) that had an application called GATE that routed FIX traffic amongst other things. This button automatically added several commonly used custom tags for use with GATE. There are still people at Virtu that use FIX Client so I leave the functionality in place.
Custom field definitions are used to populate the descriptions/logs etc when…