NautilusTrader 1.106.0 Beta
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_string
methods changed tofrom_serializable_str
.
Enhancements
- Scaffold Interactive Brokers integration in
adapters/ib
. - Add the
Future
instrument type. - Add the
StopLimitOrder
order type. - Add the
Data
andDataType
types to support custom data handling. - Add the
Security
identifier types initial implementation to support extending the platforms capabilities.
Fixes
BracketOrder
correctness.- CCXT precision parsing bug.
- Some log formatting.