Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ build/
node_modules/

# Generated at build time by the deploy workflow
docs/_configuration_reference.md
docs/_configuration_reference.mdx
6 changes: 3 additions & 3 deletions docs/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ DataDictionary=FIX42.xml
| `StartTime` / `EndTime` | Defines the daily or weekly session schedule. Determines when sequence numbers are reset based on the active session boundary. |
| `ResetOnLogon` | If `Y`, forces sequence numbers to reset to 1 every time a Logon occurs. |

<a id="validation-subset"></a>

### Validation
### Basic Validation

| Parameter | Description |
|-----------|-------------|
Expand All @@ -104,6 +102,8 @@ DataDictionary=FIX42.xml
| `ValidateChecksum` | If `Y`, validates the Checksum (Tag 10) at the end of the message. |
| `CheckLatency` | If `Y`, checks the `SendingTime` (Tag 52) against the local system clock and rejects messages exceeding `MaxLatency` (default 120s). |

For the complete list of validation settings, see [Validation](#validation) in the Full Configuration Options reference below.

### Storage & Logging

| Parameter | Description |
Expand Down