HEAD¶
Gateways¶
A new --retry_logon experimental flag has been added to better control retry policies.
This could be useful for the following scenarios
IP white-listing hasn’t yet been updated on the exchange’s firewalls. We can choose to retry until it works.
A gateway is configured with many accounts. A hard failure may not be acceptable if a single account doesn’t work.
For these scenarios, one can add the --retry_logon=true flag.
The default is to issue a critical error (abort) if an account can’t be authenticated with the exchange. This is normally due to mis-configuration and should preferably be handled early.
Warning
The retry policy wasn’t consistent between gateways. You may now experience critical errors for mis-configured accounts where you previously had an endless retry-loop.
Development¶
Compiler¶
Clang 23.1 is now the default from conda-forge.
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.
CHANGELOG¶
Fixed¶
Changed¶
Exchange logon policy (experimental) (Server) (#625).
Added¶
Add self-trade prevention mode (
stpMode) to order placement requests (OKX) (#620).