Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuizi7 committed Dec 11, 2018
1 parent 5b4135a commit 7ba0746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rqalpha/core/strategy_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(self, config):
self._commission_multiplier = np.nan
try:
self._matching_type = config.mod.sys_simulation.matching_type
self._benchmark = config.mod.sys_benchmark.order_book_Id
self._benchmark = config.mod.sys_benchmark.order_book_id
self._slippage = config.mod.sys_simulation.slippage
self._commission_multiplier = config.mod.sys_transaction_cost.commission_multiplier
except:
Expand Down

0 comments on commit 7ba0746

Please sign in to comment.