jsattler / go-comdirect

Go module and CLI tool to interact with the comdirect REST API
Apache License 2.0
44 stars 9 forks source link

Implement Order interface #8

Open jsattler opened 2 years ago

jsattler commented 2 years ago

The Order interface allows you to create, modify and delete orders. In addition, you can query the order book and the status of individual orders, as well as view the display the cost statement for an order.

In particular, the following use cases need to be implemented: