Used to reset the message sequence number or gap fill
From TT FIX Gateways to a third-party FIX acceptor and then from a third-party FIX acceptor to TT FIX Gateways
Tag # | Field Name | Req’d | Data type | Comments | |
---|---|---|---|---|---|
Component Block <Standard Header> | Y | 35=2 (MsgType) | |||
7 | BeginSeqNo | Y | int |
Sequence number of the first message in the range to resend Use this value in Tag 34 (MsgSeqNum) of the first resent message. |
|
16 | EndSeqNo | Y | int |
Sequence number of the last message in the range to resend Use this value in Tag 34 (MsgSeqNum) of the last message. If the request is for a single message, then Tag 7 (BeginSeqNo) must equal Tag 16 (EndSeqNo). If the request is for all messages subsequent to a particular message, then you must set 16=0 (representing infinity). |
|
Component Block <Standard Trailer> | Y |
The Resend Request (2) message is used to specify a range of messages to resend. Both third-party FIX acceptors and TT FIX Gateways can send this message.