diff --git a/.gitignore b/.gitignore index 6a03799..a5ceaa8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ build/ node_modules/ # Generated at build time by the deploy workflow -docs/_configuration_reference.md +docs/_configuration_reference.mdx diff --git a/docs/configuration.mdx b/docs/configuration.mdx index aa01d33..9e1b979 100644 --- a/docs/configuration.mdx +++ b/docs/configuration.mdx @@ -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. | - - -### Validation +### Basic Validation | Parameter | Description | |-----------|-------------| @@ -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 |