We have a RFA based Java application that pushes data to an ATS service, using off-stream posting (so through a consumer instance using its submit method). We send a set of fields, mostly numerical, inside of a message with a field list payload.
One of these fields is the MARKET_ID (typed as a RMTES_STRING), using the OMMEncoder#encodeRmtesString
method. But this fields seems to get truncated to 1 character when reading back what we pushed using eikon, so we're wondering if any extra step must be taken to send string data that way? Note that we have no issue with any of the ,numerical value we send at the same time.