FIXT 1.1 : Test Request<1> message

Structure | Sample Message | Related Messages

Description

The Test Request<1> message is utilized to force a heartbeat from the opposing application. The Test Request<1> message is useful for checking sequence numbers or verifying communication line status. The opposite application will respond to the Test Request<1> with a Heartbeat<0> containing the TestReqID(112).

The TestReqID(112) is used to verify that the opposite application is generating the heartbeat as the result of Test Request<1> and not a normal timeout. The opposite application will include the TestReqID(112) in the resulting Heartbeat<0>. Any string can be used as the TestReqID(112) (one suggestion is to use a timestamp string).

Structure

Tag Field Name Req'd Comments
<MessageHeader> Y MsgType(35) = 1
112 TestReqID Y
<MessageTrailer> Y

 

Sample Message

The '^' character is used to represent SOH character.

8=FIXT.1.1^9=79^35=1^49=BuySide^56=SellSide^34=2^52=20190605-17:05:37.187^1128=9^112=TestReqID^10=110^

Related Messages