ex_fix icon indicating copy to clipboard operation
ex_fix copied to clipboard

Add validation of SendingTime accuracy

Open santif opened this issue 8 years ago • 0 comments

Implement test case from FIX_Transport_1.1 specs, page 53:

SendingTime value received is either not specified in UTC (Universal Time Coordinated also known as GMT) or is not within a reasonable time (e.g. 2 minutes) of atomic clock-based time.

Expected behavior:

  1. Send Reject (session-level) message referencing inaccurate SendingTime (>= FIX 4.2: SessionRejectReason = "SendingTime acccuracy problem")
  2. Increment inbound MsgSeqNum
  3. Send Logout referencing SendingTime value
  4. (optional) Wait for Logout message response (note likely will have inaccurate SendingTime) or wait 2 seconds whichever comes first
  5. Disconnect
  6. Generate an "error" condition in test output.

santif avatar Aug 03 '17 11:08 santif