Open sweep-nightly[bot] opened 1 month ago
No CI failures were found. If you think this is an error, check Sweep's permissions at https://github.com/organizations/wwzeng1/settings/installations/.
No CI failures were found. If you think this is an error, check Sweep's permissions at https://github.com/organizations/wwzeng1/settings/installations/.
I've reverted commit 112aa8c71bc021c61a48213ffaa50bd645977ff8 on branch sweep/Refactor-Move-enums-from-Order-java-to-separate-files-and-delete-Order-java_fa788
.
:book: For more information on how to use Sweep, please read our documentation.
Purpose
To improve code organization and maintainability, we move the enums defined within the
Order.java
file to their own respective files.Description
The changes in this pull request include:
Order.java
.java
files for each enumSummary
The enums that have been moved to separate files are:
TimeInForce
RejectReason
CancelRejectReason
CancelReason
ReduceRejectReason
Type
ExecuteSide
Side
The
Order.java
file has been updated to remove the enum definitions and use the new enum files instead.Fixes
1. Continue the conversation here: http://localhost:3000/c/2b88b77a-f0ca-4535-bac2-69581b965fff.
To have Sweep make further changes, please add a comment to this PR starting with "Sweep:".
:book: For more information on how to use Sweep, please read our documentation.