question

Upvotes
Accepted
3 0 1 1

RMTES support in EMA Java

In RFA Java there is RMTES support included via a RmtestCharsetProvider which allows to convert a String to a RMTES byte buffer and vice versa. Is there something similar in EMA Java?

elektronrefinitiv-realtimeelektron-sdkema-apirrt
icon clock
10 |1500

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

Hello @AHofer

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

1 Answer

· Write an Answer
Upvotes
Accepted
78.8k 250 52 74

@AHofer

The RmtestCharsetProvider class is undocumented. I am not sure how you can use it.

The Enterprise Message API (EMA) provides a built-in RMTES decoder. If needed, the application can cache RmtesBuffer objects and apply all received changes to them. For more information, please to the ex310_MP_Rmtes example in the EMA Java package.

You can also create a field entry that contains the RMTES buffer with the following code.

 EmaFactory.createFieldEntry().rmtes(212, ByteBuffer.wrap("Market Maker".getBytes()));
icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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