quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

Add support for SendBatchToTarget

Open Yu-Xie opened this issue 1 year ago • 2 comments

This is a re-write of https://github.com/quickfixgo/quickfix/pull/576 after addressing feedbacks and rebasing.

Related issue: https://github.com/quickfixgo/quickfix/issues/555

Yu-Xie avatar Nov 10 '23 06:11 Yu-Xie

@Yu-Xie if you would change SendAppToTarget to SendBatchToTarget and SaveMessagesAndIncrNextSenderMsgSeqNum to SaveBatchAndIncrNextSenderMsgSeqNum I will merge. I'd like to keep func names immediately obvious to prevent accidental misuse. Also if the FileStore and MongoStore impls are easy enough to implement for you, please do so.

@ackleymi This addresses your feedbacks (renaming & implementing all the stores) -- Please take a look.

Yu-Xie avatar Nov 10 '23 06:11 Yu-Xie