chizy7 / chizy7/PinnacleMM

[FEATURE] Store and resend messages in FixConnector

Open
#47 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.