Skip to content

Commit

Permalink
stop capitalizing Timestamp wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirchmeier committed May 21, 2024
1 parent 02f4c9d commit 0ba1263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorial/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ QuickFIX Settings

<tr>
<td class='setting'>
MillisecondsInTimeStamp<br/>
MillisecondsInTimestamp<br/>
<b>DEPRECATED</b><br/>
<i>Use TimeStampPrecision</i>
<i>Use TimestampPrecision</i>
</td>
<td class='description'>Determines if milliseconds should be added to timestamps. Only available for FIX.4.2 and greater.</td>
<td class='valid'>
Expand All @@ -181,7 +181,7 @@ QuickFIX Settings
</tr>

<tr>
<td class='setting'>TimeStampPrecision</td>
<td class='setting'>TimestampPrecision</td>
<td class='description'>
How much precision should go into timestamps.<br/>
Note: C# precision is limited to ticks, which are 100ns, thus nanosecond timestamps will always be rounded down
Expand Down

0 comments on commit 0ba1263

Please sign in to comment.