Re: [Quickfix-developers] "Invalid tag number" error for proprietary field
Brought to you by:
orenmnero
From: Joerg T. <Joe...@ma...> - 2005-02-16 15:14:54
|
> If you always want to pass through user defined fields without using > data dictionary for validation, change the line 154 of > DataDictionary.cpp of QuickFIX 1.9.4 as following > > 154c154 > < if ( m_beginString.getValue().length() && field.getField() < > FIELD::UserMin) Instead of changing the code this could get a configuration option, e.g. ValidateUserDefinedFields=Y (default) ValidateUserDefinedMessages=Y (default) I wonder what Oren thinks about this. Cheers, Jörg -- Joerg Thoennes http://macd.com Tel.: +49 (0)241 44597-24 Macdonald Associates GmbH Fax : +49 (0)241 44597-10 Lothringer Str. 52, D-52070 Aachen |