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
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@
12
12
13
13
* Add trading-cli tool to interact with the trading API. Supports the following commands:
14
14
*`list-day-ahead`: Listing day-ahead prices from the entsoe API.
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
-
*`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.
15
+
*`receive-trades`: Listing and streaming public trades for specified delivery periods. If no delivery start is given, starts streaming all new public trades.
16
+
*`receive-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
17
*`create-order`: Creating a limit order for a given price (in EUR/MWh) and quantity (in MW, sign determines market side).
18
18
*`cancel-order`: Cancel individual orders for a gridpool.
19
19
*`cancel-all-orders`: Cancels all orders of a gridpool.
0 commit comments