Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OpiumAPIOrderBookDataSource]: listen_for_trades #10

Open
1 task
deadlydoge opened this issue Sep 28, 2020 · 0 comments
Open
1 task

[OpiumAPIOrderBookDataSource]: listen_for_trades #10

deadlydoge opened this issue Sep 28, 2020 · 0 comments

Comments

@deadlydoge
Copy link
Collaborator

deadlydoge commented Sep 28, 2020

Subscribes to the trade channel of the exchange. Adds incoming messages(of filled orders) to the output queue, to be processed by OrderBookTracker (in _emit_trade_event_loop)

  • Module: market.opium.opium_api_order_book_data_source
  • Python Class: OpiumAPIOrderBookDataSource
  • Class method: listen_for_trades
  • Input: ev_loop: asyncio.BaseEventLoop, output: asyncio.Queue
  • Output: None
  • SocketIO channel: trades:ticker:all
    Missing oex-python implementation
@deadlydoge deadlydoge changed the title Implement functionality for BOT listen_for_trades [OpiumAPIOrderBookDataSource]: listen_for_trades Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant