|
From: Grant B. <gbi...@co...> - 2021-08-23 23:28:35
|
UserDefinedStrategy is not a standard FIX message in any version. UserDefinedStrategy is a custom message that ICE invented. If you have it in FIX44, it's probably because someone in your firm manually added it to your FIX44 dictionary (and maybe even regenerated/rebuilt your QF/j engine source). You're talking about receiving one of ICE's custom message types from Nodal.. but that's never going to happen. If Nodal supports strategies, they probably do it differently than ICE does, and will use different messaging structures to do it. Every counterparty has their own set of message/field definitions and a different way of using them. Don't expect anything that works on ICE to work on Nodal. Get ahold of the Nodal FIX connection's documentation and review it thoroughly. -Grant On Mon, Aug 23, 2021 at 5:35 PM Prince Elangiyil <pri...@gm...> wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J <http://www.quickfixj.org/documentation/QuickFIX/J> Support: > http://www.quickfixj.org/support/ > > > Hi All, > > I've a QuickFIXJ client which is built on FIX4.4 using QuickFIXJ ver > 1.7.0.5 and it supports "UserDefinedStrategy" messages for ICE. > > But we have a new customer, which wants to use Nodal Exchange and Nodal > only supports FIX5.0 SP2. When I started using FIX50SP2, I realized the > jars have no support for "UserDefinedStrategy" messages. This is causing > my code to break. > Why is that ? Is there no backward compatibility ? > > -- > Prince K. Elangiyil > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > -- Grant Birchmeier *Connamara Systems, LLC* *Made-To-Measure Trading Solutions.* Exactly what you need. No more. No less. http://connamara.com -- This email, along with any attachments, is confidential. If you believe you received this message in error, please contact the sender immediately and delete all copies of the message. Thank you from Connamara Systems, LLC. |