Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
winton-library opened this issue Feb 16, 2022 · 1 comment

Comments

@winton-library
Copy link

winton-library commented Feb 16, 2022

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]

@Philip-21
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants