Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.21 KB

RELEASE_NOTES.md

File metadata and controls

26 lines (16 loc) · 1.21 KB

Frequenz Electricity Trading API Client Release Notes

Summary

Upgrading

New Features

  • Add trading-cli tool to interact with the trading API. Supports the following commands:
    • list-day-ahead: Listing day-ahead prices from the entsoe API.
    • receive-trades: Listing and streaming public trades for specified delivery periods. If no delivery start is given, starts streaming all new public trades.
    • 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.
    • create-order: Creating a limit order for a given price (in EUR/MWh) and quantity (in MW, sign determines market side).
    • cancel-order: Cancel individual orders for a gridpool.
    • cancel-all-orders: Cancels all orders of a gridpool.

Bug Fixes