NautilusTrader 1.106.0 Beta - Release Notes
The main thrust of this release is to introduce the Interactive Brokers
integration, and begin adding platform capabilities to support this effort.
Breaking Changes
from_serializable_stringmethods changed tofrom_serializable_str.
Enhancements
- Scaffold Interactive Brokers integration in
adapters/ib. - Add the
Futureinstrument type. - Add the
StopLimitOrderorder type. - Add the
DataandDataTypetypes to support custom data handling. - Add the
Securityidentifier types initial implementation to support extending the platforms capabilities.
Fixes
BracketOrdercorrectness.- CCXT precision parsing bug.
- Some log formatting.