Git Product home page Git Product logo

Comments (4)

ruaanviljoen avatar ruaanviljoen commented on June 23, 2024

Is it possible for someone to direct me to the source files or project at least where this is happening? I need to use this quite urgently, and would either like to try and 1) fix it or 2) get a workaround until it is fixed.

I am very new to QuickFix so I have been struggling to find the place where this beginString is actually set to FIX.5.0 or w/e.

from quickfixn.

gbirchmeier avatar gbirchmeier commented on June 23, 2024

We think in the generated Message class.

Specifically, QuickFIX.NET\Message\FIX50\Message.cs.

Given that Peter van Lonkhuysen is not having the same problem, it appears that maybe the issue isn't quite what we think it is. I will try to look into this over the weekend.

from quickfixn.

gbirchmeier avatar gbirchmeier commented on June 23, 2024

In my own experimentation, I'm seeing the following:

  1. Message.ToString() prints a message that starts with 8=FIX.5.0. I will check with the other QFs to see if this is consistent.

  2. When a FIX application serializes a message, it uses the correct BeginString (8=FIXT.1.1).

So, while it appears there may be some error in the ToString command as Ruaan is using it, this should be ok when the app is actually sending messages to the counterparty.

from quickfixn.

gbirchmeier avatar gbirchmeier commented on June 23, 2024

QF/J outputs "FIXT.1.1" in its to-string messages for FIX 5. I think QF/C++ does too, though I only looked at source and didn't write a test.

It appears that, when sending a message, the begin string is overwritten based on session. During ToString, this doesn't happen.

from quickfixn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.