From 6383c29bb69aef773ef206a272259449ba5da9c9 Mon Sep 17 00:00:00 2001 From: Grant Birchmeier Date: Fri, 23 Feb 2024 09:44:49 -0600 Subject: [PATCH] updates for 1.12 --- tutorial/configuration.md | 10 ++++++++++ tutorial/creating-an-application.md | 2 ++ web/views/about/credits.md | 7 +++++++ 3 files changed, 19 insertions(+) diff --git a/tutorial/configuration.md b/tutorial/configuration.md index d2832f83a..434f6f239 100644 --- a/tutorial/configuration.md +++ b/tutorial/configuration.md @@ -652,6 +652,16 @@ QuickFIX Settings 0 + + SocketIgnoreProxy + (Windows-specific) If the platform has a proxy configured, the engine will ignore it. + +
Y
+
N
+ + N + + diff --git a/tutorial/creating-an-application.md b/tutorial/creating-an-application.md index b08cdeb68..6700ba505 100644 --- a/tutorial/creating-an-application.md +++ b/tutorial/creating-an-application.md @@ -104,6 +104,8 @@ instantiate an `Acceptor`: ```csharp using QuickFix; +using QuickFix.Logger; +using QuickFix.Store; public class MyQuickFixApp : IApplication { diff --git a/web/views/about/credits.md b/web/views/about/credits.md index 61ace1b5e..8e4e95467 100644 --- a/web/views/about/credits.md +++ b/web/views/about/credits.md @@ -86,4 +86,11 @@ Contributors - Sylvain Rabot - Bruno Belmondo - Rob Hague +- Oliver Clancy +- Bohdan Stefaniuk +- Stanislav Jamriska +- Peter Larson +- Richard Russell +- M. Lahner +- Nazar Mandzyk