ResendRequest (35=2)
Request to the other side to resend missed messages when a sequence gap is detected or when initiating a session.
info
ResendRequest only works for messages from the last 24 hours. If BeginSeqNo and EndSeqNo reference older messages, Bitvavo responds with a SequenceReset message.
Structure
Requires:
Message body
| Tag | Name | Type | Required | Description |
|---|---|---|---|---|
7 | BeginSeqNo | SeqNum | Y | Starting sequence number of the range to resend. |
16 | EndSeqNo | SeqNum | Y | Ending sequence number of the range to resend. Use 0 to request all messages after the BeginSeqNo. For a single message, BeginSeqNo = EndSeqNo. |