Added comments
This commit is contained in:
parent
d4e85d1410
commit
cf3c810b7e
@ -66,6 +66,9 @@ public class Order implements Comparable<Order> {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Definition of order status
|
||||
*/
|
||||
public static enum Status {
|
||||
OPEN, PARTIALLY_EXECUTED, CLOSED, CANCELED
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user