quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

Modify the final FIX message before sending (not header, body or trailer but a new prepend or append string)

Open winton-library opened this issue 3 years ago • 1 comments

Background: The FIX server that I will be using (third party) utilize a custom format to the FIX string. It is non standard to the existing FIX format.

Hi, are there any way to prepend or append into the final FIX format string? ToAdmin() and ToApp() interface only allows modification to existing format, not really modifying the final format of the sent string.

So the current FIX format is this (roughly): [Header][Body][Trailer]

What I want to achieve is this, [Custom Start string][Custom Separator][Header][Body][Trailer][Custom Separator][Custom end string]

winton-library avatar Feb 16 '22 12:02 winton-library

is this issue still pending ? I would like to contribute if it is

Philip-21 avatar Jul 05 '23 19:07 Philip-21