Closed jvirtanen closed 3 years ago
Thanks for identifying this issue. It is clearly an error and needs to be fixed. We may add code to our validation software to ensure that values do not have any spaces in them, including leading or trailing spaces.
In
OrchestraFIXLatest.xml
, the QuoteCondition(276) value "f " (FastMarketETH) contains a trailing space character. All the other values consist of a single character. Is this an error or intentional?This appears from FIX 5.0 onwards, and FIX protocol implementations have different approaches to handling it. QuickFIX retains the space character, while QuickFIX/J and Philadelphia (which I'm involved in) do not.