Santiago Fernandez
Santiago Fernandez
Implement test case from [FIX_Transport_1.1 specs](https://www.fixtrading.org/standards/fixt/), page 53: > SendingTime value received is either not specified in UTC (Universal Time Coordinated also known as GMT) or is not within a...
## Summary - allow disabling SendingTime accuracy checks via new `validate_sending_time` option - skip SendingTime validation when disabled and test the new behavior ## Testing - `mix test` ------ https://chatgpt.com/codex/tasks/task_e_68916372a5888324afe44ab0a681d9ce
This commit introduces a new configuration option `validate_sending_time` to `ExFix.SessionConfig`. When set to `false`, the validation of the SendingTime (tag 52) field in incoming messages will be skipped. This provides...