Re: Quickfix - Add tag to Logon message

2021-03-01 Thread Babak Vahdat
Hi Not sure but I assume you should be able to do so following the same approach as per the example below: https://github.com/apache/camel/blob/master/components/camel-quickfix/src/test/java/org/apache/camel/component/quickfixj/examples/AuthenticationExample.java#L63

Re: Quickfix - Add tag to Logon message

2021-03-01 Thread Claus Ibsen
Hi I am not aware of this. I assume you have read the camel quickfix doc page and tried to see if there is such an option. You are welcome to dive into the source code and see where such an option can be configured and what it may take to make this happen with Camel. And then create a JIRA ticket

Quickfix - Add tag to Logon message

2021-02-28 Thread Rafael Sainz
Hello, Does anyone know whether it is possible to add a tag in the logon message with Apache Camel Quickfix component?. In concrete, the integration case that I am working requires to add DefaultCstmApplVerID (tag 1408), that is a new field required in FIX 5.0. Thank you, Rafael