You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command allows creating a limit order on a test instance. The market
side is derived from the sign of the quantity. For now only delivery
periods of 15 min and delivery area codes in EUROPE_EIC format are
supported.
In addition to that the sort order of listed orders is reversed such
that oldest orders are listed at the bottom (restricted within chunks).
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@
14
14
*`list-day-ahead`: Listing day-ahead prices from the entsoe API.
15
15
*`list-trades`: Listing and streaming public trades for specified delivery periods. If no delivery start is given, starts streaming all new public trades.
16
16
*`list-orders`: Listing and streaming orders for specified delivery periods and gridpool IDs. If no delivery start is given, starts streaming all new orders for this gridpool ID.
17
+
*`create-order`: Creating a limit order for a given price (in EUR/MWh) and quantity (in MW, sign determines market side).
18
+
*`cancel-order`: Cancel individual orders for a gridpool.
19
+
*`cancel-all-orders`: Cancels all orders of a gridpool.
17
20
18
21
19
22
<!-- Here goes the main new features and examples or instructions on how to use them -->
0 commit comments