Skip to content

Commit 3fd270c

Browse files
chrjohnCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 5ed1494 commit 3fd270c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quickfixj-core/src/main/doc/usermanual/usage/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ with QuickFIX, followed by an example.
101101
| `CheckCompID` | If set to `Y`, messages must be received from the counterparty with the correct `SenderCompID` and `TargetCompID`. Some systems will send you different CompIDs by design, so you must set this to `N`. | `Y`<br>`N` | `Y` |
102102
| `CheckLatency` | If set to `Y`, messages must be received from the counterparty within a defined number of seconds (see `MaxLatency`). It is useful to turn this off if a system uses local time for its timestamps instead of GMT. | `Y`<br>`N` | `Y` |
103103
| `MaxLatency` | If `CheckLatency` is set to `Y`, this defines the number of seconds latency allowed for a message to be processed. | positive integer | `120` |
104-
| `RejectGarbledMessage` | If set to `Y`, garbled messages will be rejected (with a generic error message in `58`/`Text` field) instead of ignored. This is only working for messages that pass the FIX decoder and reach the engine. Messages that cannot be considered a real FIX message (i.e. not starting with `8=FIX` or not ending with `10=xxx`) will be ignored in any case. See [Rejecting Invalid vs Garbled Messages](#rejecting-invalid-vs-garbled-messages) for further explanation. | `Y`<br>`N` | `N` |
104+
| `RejectGarbledMessage` | If set to `Y`, garbled messages will be rejected (with a generic error message in `58`/`Text` field) instead of ignored. This only works for messages that pass the FIX decoder and reach the engine. Messages that cannot be considered a real FIX message (i.e. not starting with `8=FIX` or not ending with `10=xxx`) will be ignored in any case. See [Rejecting Invalid vs Garbled Messages](#rejecting-invalid-vs-garbled-messages) for further explanation. | `Y`<br>`N` | `N` |
105105
| `RejectInvalidMessage` | If set to `N`, only a warning will be logged on reception of a message that fails data dictionary validation. See [Rejecting Invalid vs Garbled Messages](#rejecting-invalid-vs-garbled-messages) for further explanation. | `Y`<br>`N` | `Y` |
106106
| `RejectMessageOnUnhandledException` | If enabled, an uncaught Exception or Error in the application's message processing will lead to a `(BusinessMessage)Reject` being sent to the counterparty and the incoming message sequence number will be incremented. If disabled (default), the problematic incoming message is discarded and the message sequence number is not incremented. Processing of the next valid message will cause detection of a sequence gap and a `ResendRequest` will be generated. | `Y`<br>`N` | `N` |
107107
| `RequiresOrigSendingTime` | If set to `N`, `PossDup` messages lacking the `OrigSendingTime` field will not be rejected. | `Y`<br>`N` | `Y` |

0 commit comments

Comments
 (0)