Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Q quickfix
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 48
    • Issues 48
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 25
    • Merge requests 25
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • quickfixgo
  • quickfix
  • Issues
  • #478
Closed
Open
Issue created Feb 16, 2022 by winton-library@winton-library

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

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]

Assignee
Assign to
Time tracking