Skip to content

tastytrade AlertStreamer: listen to PlacedOrder doesn't get any event anymore #222

@BRBroadgate

Description

@BRBroadgate

The following code doesn't receive any event anymore:

session =....
TastyStreamer = AlertStreamer(session)
accounts = Account.get_accounts(session)
TastyStreamer.subscribe_accounts(accounts)
async for order_event in TastyStreamer.listen(PlacedOrder):
print(order_event)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions