Hello, on MARKET_BY_PRICE domain we're receiving a MapEntry which value has a suffix "-E". For Example:
MapEntry action="Add" key dataType="Buffer" value="3133 3430 302E 3042 2D45 13400.0B-E"
or
MapEntry action="Update" key dataType="Buffer" value="412D 45 A-E"
What do these mean? What is the difference compared to normal depth lines like:
MapEntry action="Add" key dataType="Buffer" value="3133 3430 302E 3042 13400.0B"
Thank you