quickfix-j / quickfixj

QuickFIX/J is a full featured messaging engine for the FIX protocol. - This is the official project repository.
http://www.quickfixj.org
Other
934 stars 607 forks source link

QFJ-981 / QFJ-982 Remove settings from `DataDictionary` class #831

Closed chrjohn closed 1 week ago

chrjohn commented 2 weeks ago

See original PR by @philipwhiuk https://github.com/quickfix-j/quickfixj/pull/245

Validation settings are now in separate class ValidationSettings instead of DataDictionary. This makes it possible to reuse the same dictionary with different settings for different sessions.