Skip to content

Commit

Permalink
add config entries for LogonTimeout/LogoutTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirchmeier committed Nov 29, 2011
1 parent 9ea2f92 commit fb869ac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tutorial/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,20 @@ QuickFIX Settings
<td class='default'>-</td>
</tr>

<tr>
<td class='setting'>LogonTimeout</td>
<td class='description'>Number of seconds to wait for a logon response before disconnecting.</td>
<td class='valid'>Positive integer</td>
<td class='default'>10</td>
</tr>

<tr>
<td class='setting'>LogoutTimeout</td>
<td class='description'>Number of seconds to wait for a logout response before disconnecting.</td>
<td class='valid'>Positive integer</td>
<td class='default'>2</td>
</tr>

<tr>
<td class='setting'>SocketConnectPort</td>
<td class='description'>Socket port for connecting to a session. Only used for initiators.</td>
Expand Down

0 comments on commit fb869ac

Please sign in to comment.