We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Position snapshots should accurately reflect the net positions state when persisted in the cache.
The snapshots appear to be cumulative for certain fields, and so are not accurate.
OMSType.NETTING
cache.position_snapshots()
nautilus_trader
The text was updated successfully, but these errors were encountered:
Now fixed from c3abc88 by performing a full state reset for netted flat position which are then reopened.
Position reports now reflect accurate snapshots of the netted position.
Sorry, something went wrong.
cjdsellers
No branches or pull requests
Bug Report
Expected Behavior
Position snapshots should accurately reflect the net positions state when persisted in the cache.
Actual Behavior
The snapshots appear to be cumulative for certain fields, and so are not accurate.
Steps to Reproduce the Problem
OMSType.NETTING
and accumulate some positions.cache.position_snapshots()
.Specifications
nautilus_trader
version: 1.150.0The text was updated successfully, but these errors were encountered: