NautilusTrader 1.110.0 Beta
NautilusTrader 1.110.0 Beta - Release Notes
This release applies one more major change to the identifier API. Security
has
been renamed to InstrumentId
for greater clarity that the object is an identifier,
and to group the concept of an instrument with its identifier.
Data objects in the framework have been further abstracted to prepare for the
handling of custom data in backtests.
A RiskEngine
base class has also been scaffolded.
Breaking Changes
Security
renamed toInstrumentId
.Instrument.security
renamed toInstrument.id
.Data
becomes an abstract base class withtimestamp
andunix_timestamp
properties.Data
andDataType
moved tomodel.data
.on_data
methods now takeGenericData
.
Enhancements
- Add
GenericData
. - Add
Future
instrument.
Fixes
None