Unable to send Blank via OMMConsumer Post

We have a 3rd party vendor sending data to the RIC <PHPBAP=BAPH> via OMM Consumer Post functionality. The '0' values they send during closing run should update as a blank on the display template. However, they are appearing as '0' zeroes on the DT of the RIC. Can someone help on this. The RIC is built on CAFE.

@Umer Nalla

Best Answer

  • Hi @Surya

    If the developer wants the recipient consumer to get a blank field they need to send a Blank field not a '0' value.

    e.g. in RFA C++ they would use setBlankData() on the DataBuffer when encoding the field, in RFA Java they would use encodeBlank() with the OmmEncoder.