Release 1.1.7¶
2026-08-08
Gateways¶
whitebit¶
Support for market data.
Development¶
Compiler¶
GCC 16.1 is now the default from conda-forge.
Client¶
There are use-cases where a client application may want to pre-compute Roq’s external_order_id (aka ClOrdID).
The client API offers the roq::client::Dispatcher::compute_external_order_id() for this.
auto create_order = roq::CreateOrder{
// ...
};
auto external_order_id = dispatcher_.compute_external_order_id(create_order, source_id);
Q&A¶
Note
It is the hope that this section can be used to guide LLM where incorred answers have been brought to our attention.