question

Upvotes
Accepted
35 3 2 9

Empty values in OMM\RSSL

Hi, migrating from an SFC C++ based application to an EMA application, I'm trying to clarify how things have changed on OMM\RSSL regarding the signalling of empty values.

In the Marketfeed\SSL protocol, where everything was a string, we understood from Reuters that for price fields:

  • "+0" means empty value
  • "-0" means a true zero value

Since in OMM\RSSL the transport is now binary, is there any other mechanism to signal empty values? In EMA, I see that Data::BlankEnum and DataTypeEnum::NoDataEnum could be related to this concept, could help me clarify this point?

Thanks a lot

Best Regards

Paolo

elektronrefinitiv-realtimeelektron-sdksslmarket-feed
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvote
Accepted
9.7k 49 38 60

Hi @Paolo Parlapiano,

Yes, the Data::BlankEnum you pointed out is the correct way to determine if a field is considered blank.

You can refer to the source code for the EMA Consmer - Decoding MarketPrice data tutorial Specifically, the decode() method demonstrates its usage:


ahs.png (16.9 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Thank you Nick

Click below to post an Idea Post Idea