Chris Busbey
Chris Busbey
For the most part, generated messages and fields suffice for sending and receiving FIX messages with repeating groups. However... it is not possible for session code unaware of the message...
See #283. We may want to consider adding something like sqlx or better, implement a driver type abstraction to handle driver specific placeholders.
Related: https://github.com/quickfix-j/quickfixj/pull/119
From QuickFIX, >If set to N, messages with incorrect length or checksum fields will not be rejected. You can also use this to force acceptance of repeating groups without a...
From QuickFIX, >If set to Y, QuickFIX will send all necessary resend requests, even if they appear redundant. Some systems will not certify the engine unless it does this. When...
From quickfixj: > If set to N, user defined fields will not be rejected if they are not defined in the data dictionary, or are present in messages they do...
From QuickFIX, >If set to Y, messages must be received from the counterparty with the correct SenderCompID and TargetCompID. Some systems will send you different CompIDs by design, so you...
From QuickFIX, >If set to N, fields without values (empty) will not be rejected. Useful for connecting to systems which improperly send empty tags.