Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1100717 committed Feb 20, 2017
1 parent 5d9456b commit 7d6255f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rqalpha/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ mod:
lib: 'rqalpha.mod.progress'
enabled: false
priority: 400
# 接受实时行情运行
# 接收实时行情运行
simple_stock_realtime_trade:
lib: 'rqalpha.mod.simple_stock_realtime_trade'
persist_path: "./persist/strategy/"
Expand Down
2 changes: 1 addition & 1 deletion rqalpha/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Events(Enum):
ORDER_CREATION_REJECT = 'order_creation_reject'
ORDER_CANCELLATION_PASS = 'order_cancellation_pass'
ORDER_CANCELLATION_REJECT = 'order_cancellation_reject'
ORDER__UNSOLICITED_UPDATE = 'order_unsolicited_update'
ORDER_UNSOLICITED_UPDATE = 'order_unsolicited_update'

TRADE = 'trade'

Expand Down

0 comments on commit 7d6255f

Please sign in to comment.