Skip to content

Commit

Permalink
fix RunInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
hzliu committed Mar 29, 2017
1 parent 170ee25 commit 422221e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rqalpha/core/strategy_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ def __init__(self, config):
self._run_type = config.base.run_type

# For Mod
self._matching_type = config.mod.simulation.matching_type
self._slippage = config.mod.simulation.slippage
self._commission_multiplier = config.mod.simulation.commission_multiplier
self._matching_type = config.mod.sys_simulation.matching_type
self._slippage = config.mod.sys_simulation.slippage
self._commission_multiplier = config.mod.sys_simulation.commission_multiplier

@property
def start_date(self):
Expand Down

0 comments on commit 422221e

Please sign in to comment.