你好,使用海通证券提供的E海方舟量化版时,遇到了这样一个问题:
麻烦帮忙看一下原因,在使用data = ContextInfo.get_full_tick(['IF2407.IF'])取数据时,返回
返回如下信息:
{'IF2407.IF': {'timetag': '20240613 00:00:00', 'lastPrice': 3502.0, 'open': 3502.0, 'high': 3502.0, 'low': 3502.0, 'lastClose': 3502.0, 'amount': 0.0, 'volume': 0, 'pvolume': 0, 'stockStatus': 0, 'openInt': 18603, 'settlementPrice': 0.0, 'lastSettlementPrice': 0.0, 'askPrice': [0.0, 0.0, 0.0, 0.0, 0.0], 'bidPrice': [0.0, 0.0, 0.0, 0.0, 0.0], 'askVol': [0, 0, 0, 0, 0], 'bidVol': [0, 0, 0, 0, 0]}}
timetag为: '20240613 00:00:00,并没有返回实时信息。
并且, 'lastPrice': 3502.0, 'open': 3502.0, 'high': 3502.0, 'low': 3502.0, 'lastClose': 3502.0, 都是同一个数据3502.0,且amount': 0.0, 'volume': 0, 'pvolume': 0, 'stockStatus': 0, 都为0.
请帮我看看原因,谢谢
|