I cannot understand how to handle fields like BEST_BID1, BEST_BID2..,BEST_BIDN,...,BEST_BID10.
Reading the description I read "Note that these fields are not rippled." as shown in the image below. This make sense because I image that the provider will sent me always all the rows (10 in this case).
But there is a case when I can't imagine how to handle these fields.
I explain what i mean:
Supposing to have all 10 rows populated, If for example the BestBid at row 1 is filled and the row 2 became the new row 1 and so on, what happen to last row? How can I flush the last row (number 10 in this case) if now in my example I have only 9 rows?