ms32035/trading212-rest

The missing features from the API are: 1. Equity Orders, 2. Pies

Opened this issue · 1 comments

The current Python script is missing all functions under the Equity Orders and Pies categories. If you need this functionality, you should implement these functions according to the API documentation.

Missing features:

  1. Equity Orders:
  • orders: Not implemented
  • placeLimitOrder: Not implemented
  • placeMarketOrder: Not implemented
  • placeStopOrder_1: Not implemented
  • placeStopOrder: Not implemented
  • cancelOrder: Not implemented
  • orderById: Not implemented
  1. Pies:
  • getAll: Not implemented
  • create: Not implemented
  • delete: Not implemented

I personally don't use them, but happy to accept a contribution