..so wie sie im Online-Banking oder AT ausgewiesen werden. Ich finde leider nichts passendes in der API, hiermit bekomme ich außerdem nur maximal 50 Einträge, in den Orders selbst finde ich ebenfalls nichts:
tas = TradingAPI_pb2_grpc.AccountServiceStub(channel=self.channel)
for s in tas.StreamTradingAccountTransactions(ta_request):
ta_entries = s.transactions
Hat jemand eine Idee ob und wo das geht?