Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

orderwatch: Avoid re-adding expired orders to OrderWatcher #385

Merged
merged 1 commit into from
Sep 4, 2019

Conversation

fabioberger
Copy link
Contributor

Fixes: #364

This PR fixes the issue of expired orders were being re-added to OrderWatcher when fill/cancel events for that order trigger. Instead, the fill/cancel order events should still fire, but the order should not be re-added.

@fabioberger fabioberger self-assigned this Sep 3, 2019
…en fill/cancel for them were found. This fix also makes it such that fill/cancel events still trigger for expired orders
@fabioberger fabioberger merged commit 44982ca into development Sep 4, 2019
@fabioberger fabioberger deleted the fix/expirationEventFiring branch September 4, 2019 09:49
fabioberger added a commit that referenced this pull request Sep 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

orderwatch: Check if order expired before re-adding
2 participants