Search code examples
fix-protocolquickfixj

sending fix string instead of quickfix.Message in quickfixj


Is there anyway we can send out fix string messages directly without load it to the quickfix.Message first.

The reason we would like to do that sometimes there are some custom tags that will be gone missing after we parse the string to the object without having proper DataDictionary

Thanks


Solution

  • No, there just isn't a way to do this.

    You need to have an accurate DataDictionary. Editing the DD is not difficult.

    Often the hardest part is just getting the right info from your counterparty. Sometimes you start with whatever you can get from them and then make adjustments based on what you see in reality.