Extracted some methods out of TradingService#tick and simplified a bit the flow #242
No reviewers
Labels
No labels
blocked
breaking
bug
dependencies
duplicate
enhancement
good first issue
help wanted
question
tech debt
testing
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
scion/arbitrader!242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor-trading-service-class"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removed Map<TradeCombination, BigDecimal> missedTrades
This is WIP - looking forward for your feedback :)
I like the direction you're going with this but it's going to take me some time to go through the changes carefully and make sure it didn't introduce any changes to the behavior. Looks good at first glance though!
Thanks for the feedback. I will leave it as it is and wait for your feedback 👍
Done with the refactoring. We can still refactor a bit more but for now I think it is ok and also to not overwhelm you with too much to code to review.