Skip to content

Commit

Permalink
fix bug for position offset
Browse files Browse the repository at this point in the history
  • Loading branch information
lin committed Dec 6, 2020
1 parent eb0562e commit 459c463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions howtrader/trader/object.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ class OrderData(BaseData):
status: Status = Status.SUBMITTING
datetime: datetime = None
reference: str = ""
trade_data: "TradeData" = None

def __post_init__(self):
""""""
Expand Down

0 comments on commit 459c463

Please sign in to comment.