Skip to content

Commit

Permalink
updates for 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirchmeier committed May 23, 2024
1 parent e949fd1 commit 6383c29
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tutorial/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,16 @@ QuickFIX Settings
<td class='default'>0</td>
</tr>

<tr>
<td class='setting'>SocketIgnoreProxy</td>
<td class='description'>(Windows-specific) If the platform has a proxy configured, the engine will ignore it.</td>
<td class='valid'>
<div>Y</div>
<div>N</div>
</td>
<td class='default'>N</td>
</tr>

</table>

<a name='storage'></a>
Expand Down
2 changes: 2 additions & 0 deletions tutorial/creating-an-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ instantiate an `Acceptor`:

```csharp
using QuickFix;
using QuickFix.Logger;
using QuickFix.Store;

public class MyQuickFixApp : IApplication
{
Expand Down
7 changes: 7 additions & 0 deletions web/views/about/credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6383c29

Please sign in to comment.