> For the complete documentation index, see [llms.txt](https://docs.ndax.in/v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ndax.in/v3/fix/administrative-message/resendrequest-35-2.md).

# ResendRequest (35=2)

`ResendRequest (35=2)` message is used as per FIX specification.

<table><thead><tr><th width="80">Tag</th><th width="135">Field Name</th><th width="131">Data Type</th><th width="76">Req’d</th><th>Description</th></tr></thead><tbody><tr><td>7</td><td>BeginSeqNo</td><td>SeqNum</td><td>Y</td><td>Message sequence number of first message in range to be resent. Valid sequence number for session.</td></tr><tr><td>16</td><td>EndSeqNo</td><td>SeqNum</td><td>Y</td><td>Message sequence number of last message in range to be resent. Specify <code>0</code> for all the messages subsequent to a particular message.</td></tr></tbody></table>

```
8=FIXT.1.1|9=128|35=3|34=2|49=NDAX|52=20190802-19:25:20.529628759|56=42022BE443|142=IN,MUM|369=2|45=2|58=Incorrect value for tag.|371=57|372=AE|10=207|
```

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ndax.in/v3/fix/administrative-message/resendrequest-35-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
