NautilusTrader 1.137.0 Beta
Release Notes
Released on 12th January 2022.
Breaking Changes
- Removed redundant
currencyparam fromAccountBalance. - Renamed
local_symboltonative_symbol. - Removed the
VenueTypeenum andvenue_typeparam in favour of aroutingbool flag. - Removed
account_idparam from execution client factories and constructors. - Changed venue generated IDs (order, execution, position) which now begin with the venue ID.
Enhancements
- Added FTX integration for testing.
- Added FTX US configuration option.
- Added Binance US configuration option.
- Added
MarginBalanceobject to assist with margin account functionality.
Fixes
- Fixed parsing of
BarTypewith symbols including hyphens-. - Fixed
BinanceTicker__repr__(was missing whitespace after a comma). - Fixed
DataEnginerequests for historicalTradeTick. - Fixed
DataEngine_handle_data_responsetyping ofdatatoobject.