Chris Busbey

Results 13 issues of 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...

Bug

See #283. We may want to consider adding something like sqlx or better, implement a driver type abstraction to handle driver specific placeholders.

Enhancement

Related: https://github.com/quickfix-j/quickfixj/pull/119

Enhancement

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...

Feature

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...

Feature

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...

Feature

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...

Feature

From QuickFIX, >If set to N, fields without values (empty) will not be rejected. Useful for connecting to systems which improperly send empty tags.

Feature