Skip to content

Commit 51ea6a5

Browse files
committed
pass the right arg
1 parent 7ee2b8e commit 51ea6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpaca_backtrader_api/alpacastore.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def streaming_events(self, tmout=None):
325325
def _t_streaming_listener(self, q, tmout=None):
326326
while True:
327327
trans = q.get()
328-
self._transaction(trans)
328+
self._transaction(trans.order)
329329

330330
def _t_streaming_events(self, q, tmout=None):
331331
if tmout is not None:

0 commit comments

Comments
 (0)