Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[roq-fix-bridge/proxy] Validate Logon fields #449

Closed
thraneh opened this issue Mar 19, 2024 · 0 comments
Closed

[roq-fix-bridge/proxy] Validate Logon fields #449

thraneh opened this issue Mar 19, 2024 · 0 comments
Labels
Milestone

Comments

@thraneh
Copy link
Contributor

thraneh commented Mar 19, 2024

New flags

[roq-fix-bridge]

  • --fix_auth_timestamp_tolerance
  • --fix_logon_heartbeat_min
  • --fix_logon_heartbeat_max

[roq-fix-proxy]

  • --client_auth_timestamp_tolerance
  • --client_logon_heartbeat_min
  • --client_logon_heartbeat_max

A Logon request will now trigger validation of the following fields

  • EncryptMethod must be NONE
  • HeartBtInt must be between logon_heartbeat_min and logon_heartbeat_max
  • ResetSeqNum must be Y, if specified. Default is to assume 'Y'
  • Depending on auth_method, the tolerance to client's timestamp is must now be within +/- auth_timestamp_tolerance
@thraneh thraneh added this to the 1.0.1 milestone Mar 19, 2024
@thraneh thraneh closed this as completed Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant