Skip to content

Commit

Permalink
Corrected description of LogonTag (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjohn authored Jan 3, 2023
1 parent 86c233a commit a48c11b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ <H3>QuickFIX Settings</H3>
</TR>
<TR ALIGN="left" VALIGN="middle">
<TD> <I>LogonTag</I> </TD>
<TD> Tag/value pair which will be set on sent or received Logon message. </TD>
<TD> Tag/value pair which will be set on sent Logon message. </TD>
<TD> &lt;tag&gt;=&lt;value&gt;, where "tag" has to be a positive integer and "value" a String <br>
Example: <br>
LogonTag=553=foo
Expand All @@ -1200,7 +1200,7 @@ <H3>QuickFIX Settings</H3>
</TR>
<TR ALIGN="left" VALIGN="middle">
<TD> <I>LogonTag&lt;n&gt;</I> </TD>
<TD> Additional tag/value pairs which will be set on sent or received Logon message,<br>
<TD> Additional tag/value pairs which will be set on sent Logon message,<br>
where <b>n</b> is a positive integer, i.e. LogonTag1, LogonTag2, etc.
Must be consecutive.
</TD>
Expand Down

0 comments on commit a48c11b

Please sign in to comment.