Skip to content

Commit

Permalink
ib_test
Browse files Browse the repository at this point in the history
  • Loading branch information
sexyfrog committed Dec 15, 2016
1 parent 75353b4 commit 57014b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vn.trader/vtGateway.py
Expand Up @@ -412,8 +412,8 @@ def __init__(self):
self.expiry = EMPTY_STRING # 到期日
self.strikePrice = EMPTY_FLOAT # 行权价
self.optionType = EMPTY_UNICODE # 期权类型
self.lastTradeDateOrContractMonth = EMPTY_STRING # 合约月,IB专用
self.multiplier = EMPTY_STRING # 乘数,IB专用
self.lastTradeDateOrContractMonth = EMPTY_STRING # 合约月,IB专用
self.multiplier = EMPTY_STRING # 乘数,IB专用


########################################################################
Expand Down

0 comments on commit 57014b2

Please sign in to comment.