Skip to content

Commit

Permalink
remove StockRealtimePriceBoard
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricporter committed Apr 5, 2017
1 parent 3d5ccf0 commit d06e840
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
3 changes: 0 additions & 3 deletions rqalpha/mod/rqalpha_mod_sys_stock_realtime/mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ def start_up(self, env, mod_config):
persist_provider = DiskPersistProvider(mod_config.persist_path)
env.set_persist_provider(persist_provider)

from .price_board import StockRealtimePriceBoard
env.set_price_board(StockRealtimePriceBoard())

env.config.base.persist = True
env.config.base.persist_mode = PERSIST_MODE.REAL_TIME

Expand Down
38 changes: 0 additions & 38 deletions rqalpha/mod/rqalpha_mod_sys_stock_realtime/price_board.py

This file was deleted.

0 comments on commit d06e840

Please sign in to comment.