[bug fix]

This commit is contained in:
msincenselee 2020-06-05 14:36:53 +08:00
parent 6431cfbb3a
commit 96012e75b2

View File

@ -1611,7 +1611,7 @@ class SubMdApi():
tick = TickData(gateway_name=self.gateway_name,
exchange=Exchange(d.get('exchange')),
symbol=d.get('symbol'),
symbol=symbol,
datetime=dt)
d.pop('exchange', None)
d.pop('symbol', None)