From 6e94a39b538132f71716bea7ae4b929a58e91465 Mon Sep 17 00:00:00 2001 From: Bian Jiang Date: Tue, 3 May 2016 16:37:49 +0800 Subject: [PATCH] =?UTF-8?q?IB=E5=A2=9E=E5=8A=A0=E6=98=A8=E5=A4=A9=E6=94=B6?= =?UTF-8?q?=E7=9B=98=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vn.trader/ibGateway/ibGateway.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vn.trader/ibGateway/ibGateway.py b/vn.trader/ibGateway/ibGateway.py index ad832bda..26a4893c 100644 --- a/vn.trader/ibGateway/ibGateway.py +++ b/vn.trader/ibGateway/ibGateway.py @@ -90,6 +90,7 @@ tickFieldMap[5] = 'lastVolume' tickFieldMap[6] = 'highPrice' tickFieldMap[7] = 'lowPrice' tickFieldMap[8] = 'volume' +tickFieldMap[9] = 'preClosePrice' tickFieldMap[14] = 'openPrice' tickFieldMap[20] = 'openInterest'