FIXAccounts FIX

GET

Either side may send TestRequest (35=1) to force a Heartbeat response from the other.

The counterparty must reply with Heartbeat (35=0) echoing the same TestReqID (112).

Body Params

object

TestRequest (35=1) body fields.
  • testReqID string required
    Required. Arbitrary identifier echoed back on the Heartbeat response.

Responses

200
Expect Heartbeat (35=0) with matching TestReqID (112).

Response Body

object

Heartbeat (35=0) body fields.
  • testReqID string
    Conditional. Required when this Heartbeat is a response to a TestRequest (35=1); otherwise omit.