-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
fix: add asset price to trade events #9959
Conversation
Signed-off-by: Elias Van Ootegem <[email protected]>
Can confirm this is fixed. Streaming from a local stagnet datanode without the fix we see positions like the below when a trade occurs where we see a unrealisedPnL jump to
with the fix I see the flicker on console still (its pointing to a non-local data, so confims I've triggered the issue), but my local data-node stream has a nice constant unrealisedPnL:
|
Signed-off-by: Elias Van Ootegem <[email protected]>
Signed-off-by: Elias Van Ootegem <[email protected]>
be5ee2c
Signed-off-by: Elias Van Ootegem <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
previously approved but rebase unticked
fix: add asset price to trade events
Closes #9952