This pull request updates the imports and references to use the new com.coralblocks.coralme.enums package for the enum types that were previously defined in the Order class.
Description
The changes made in this pull request are:
Updated the import statements in the affected files (OrderBook.java, Example.java, NoGCTest.java, OrderBookAdapter.java) to use the new enum package.
Fixed the references to the enum types (e.g., Side, TimeInForce, CancelReason, ExecuteSide, RejectReason) throughout the codebase to use the new package.
Summary
Updated imports to use com.coralblocks.coralme.enums package
Fixed references to enum types in OrderBook.java, Example.java, NoGCTest.java, and OrderBookAdapter.java
Purpose
This pull request updates the imports and references to use the new
com.coralblocks.coralme.enums
package for the enum types that were previously defined in theOrder
class.Description
The changes made in this pull request are:
OrderBook.java
,Example.java
,NoGCTest.java
,OrderBookAdapter.java
) to use the new enum package.Side
,TimeInForce
,CancelReason
,ExecuteSide
,RejectReason
) throughout the codebase to use the new package.Summary
com.coralblocks.coralme.enums
packageOrderBook.java
,Example.java
,NoGCTest.java
, andOrderBookAdapter.java
Fixes:
In pull request https://github.com/wwzeng1/CoralME/pull/4. Continue the conversation here: http://localhost:3000/c/d82d9cfc-8300-465e-81e2-8e5534bc4c0d.
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.