From ec23c61ff4a10b79946e042b0d5414af31832523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20B=C3=BCchel?= <71817641+andreasbuechel@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:12:45 +0200 Subject: [PATCH] docs: fix typo in configuration.html (#649) `UserDataDictionary` -> `UseDataDictionary` --- quickfixj-core/src/main/doc/usermanual/usage/configuration.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickfixj-core/src/main/doc/usermanual/usage/configuration.html b/quickfixj-core/src/main/doc/usermanual/usage/configuration.html index 4b39200dfa..facb7b94e3 100644 --- a/quickfixj-core/src/main/doc/usermanual/usage/configuration.html +++ b/quickfixj-core/src/main/doc/usermanual/usage/configuration.html @@ -283,7 +283,7 @@

QuickFIX Settings

Valid XML data dictionary file, QuickFIX/J comes with the following defaults in the etc directory: FIXT11.xml, FIX50.xml, FIX44.xml, FIX43.xml, FIX42.xml, FIX41.xml, FIX40.xml. - If DataDictionary is not specified and UserDataDictionary=Y, then QuickFIX/J will look for a + If DataDictionary is not specified and UseDataDictionary=Y, then QuickFIX/J will look for a default dictionary based on the session's BeginString (e.g., FIX.4.2 = FIX42.xml). The DataDictionary file search strategy is to use a URL, then the file system, and then the thread context classloader (if any), and then the DataDictionary instance's classloader. Default data dictionary files