Skip to content

Reconnect Quote Session

writes · idempotent

Force reconnect the QUOTE FIX session for real-time market data.

Use when check_health shows quoteSession.state != “ACTIVE” and auto-reconnect has given up. Common after weekends or prolonged periods without market data traffic.

BEHAVIOR:

  • Tears down the current QUOTE connection (if any)
  • Resets session state and sequence numbers
  • Opens a fresh TLS/TCP connection and performs FIX Logon
  • After logon, automatically resubscribes all previously subscribed symbols

If the session is already ACTIVE, returns success with “already connected” status. Returns an error if the QUOTE session is not enabled in configuration.

No parameters required.

This tool takes no parameters.