Skip to content

Commit

Permalink
[Fix]Close vnpy#1260
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy-dev-01 committed Dec 2, 2018
1 parent 644d148 commit 2de657d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vnpy/trader/gateway/okexfGateway/okexfGateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def onSendOrderError(self, exceptionType, exceptionValue, tb, request):
"""
order = request.extra
order.status = STATUS_REJECTED
self.gateway.onOrder(vtOrder)
self.gateway.onOrder(order)

#----------------------------------------------------------------------
def onSendOrder(self, data, request):
Expand Down

0 comments on commit 2de657d

Please sign in to comment.