|
From: Sean L. <sea...@ic...> - 2018-04-17 17:31:26
|
Hello, With Quickfix 1.6.3, as the initiator, I'm trying accept sent messages that violate the given data dictionary. I've tried a few things: 1. Setting UseDataDictionary to 'N'. This seems to work to get a corresponding message, but the application doesn't seem to get the entire message. The app gets a message, but it looks like it has fewer fields than the message logged in QuickFix/J's message log. 2. Setting AllowUnknownMsgFields to 'Y' and ValidateUserDefinedFields to 'N'. This seems to have no effect? QuickFix/J still seems to reject the message beforehand. |