quickfixj icon indicating copy to clipboard operation
quickfixj copied to clipboard

IMessage & SimpleMessage (Relaxed Message Sending p1)

Open philipwhiuk opened this issue 10 months ago • 0 comments
trafficstars

Drawn from a need to send out messages previously stored without use of a DataDictionary. This occurs for two reasons:

  • QFJ only validates inbound messages not outbound messages. You can send messages that don't match the dictionary
  • It's possible (fairly common) to disable use of a Dictionary (UseDataDictionary=N).

NB:

This PR doesn't implement all of it - that needs changes in the App code to use IMessage instead of Message.

philipwhiuk avatar Dec 31 '24 17:12 philipwhiuk