roq-trading / roq-issues

Issue tracker for Roq's software solutions.
https://roq-trading.com/
1 stars 0 forks source link

[roq-cme] OrderRequestID has no space for version after order_id increased to 48 bits #379

Closed thraneh closed 1 year ago

thraneh commented 1 year ago

The OrderRequestID SBE field (uint64_t) could previously pack both order_id and 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.