[FEATURE] Store and resend messages in FixConnector
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C++
- Stars
- 14
- Forks
- 12
- Avg merge
- 1h 27m
- Merged PRs (30d)
- 3
Description
Feature Request
Summary
In FixConnector::handleResendRequest(const hffix::message_reader& msg) will need to store and resend messages. I had simplified it by ignoring the resend requests.
Fix connector: /exchange/fix/FixConnector.cpp
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in /exchange/fix/FixConnector.cpp at FixConnector::handleResendRequest(const hffix::message_reader& msg), where resend requests are currently ignored. Read the surrounding FIX connector flow to determine how messages are stored and resent. Done means the connector handles resend requests rather than ignoring them, with behavior consistent with the existing message flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100