Closed thraneh closed 1 year ago
The OrderRequestID SBE field (uint64_t) could previously pack both order_id and version.
OrderRequestID
order_id
version
This is no longer possible. Only order_id will be captured.
This means that any ack (reject or execution report) must use heuristics to match the request version.
The
OrderRequestID
SBE field (uint64_t) could previously pack bothorder_id
andversion
.This is no longer possible. Only
order_id
will be captured.This means that any ack (reject or execution report) must use heuristics to match the request version.