question

Upvotes
Accepted
7 1 0 1

EMPTY Levels in RFA API

I'm using the the MARKET_BY_PRICE to get the orderbook using RFA 8.1 . But I can't find any information in the documentation how empty levels are signaled.
Say that there are only 3 levels. Will I receive a MAP with all (10) levels? In that case what will signal that only 3 of them are valid? I have seen people asking about empty sizes, is this the key signalling an order book level is empty.
Also if there are 3 levels and one of them is removed for some reason. what will the update for the third level look like?

rfa-apijavamarket-by-pricemap-entry
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.

Upvote
Accepted
25.3k 87 12 25

Hi @PeterD

I am not entirely sure I understand the question - so the following may not be the correct answer....

When you subscribe to an MBP instrument and it has only 3 levels at the point in time, then you would only expect to receive a Map with 3 entries.
If an entry is then removed - e.g. if an order is filled and is no longer active, you would receive a message that included a Map entry with Delete Action - along with the Key for the entry to delete (from your local cache).

Whilst the following article refers to our newer Enterprise Message API, the introduction covers the basic concepts around processing Level 2 MBP and MBO data - How to Sort & Process Level 2 Orderbook Data using EMA C++ API | Refinitiv Developers

If you are writing a new application in Java or C++, then I strongly recommend you use the newer Enterprise Message API (RFA is feature complete and considered a Legacy API).

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.

Upvotes
25.3k 87 12 25

Hi @PeterD

Also, you mentioned 10 Levels - note that MarketByPrice (and MarketByOrder) are full-depth order books and can potentially contain 100s of entries.

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.

Thanks, this was more of an example, since it seems all the messages I get are with 10 levels! This could be because of the underlying feed (BPIPE), or some market specific restriction.

I will take this into consideration and make sure there are no issues with larger books

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.