Skip to content

Commit 30d512c

Browse files
author
rob
committed
reduce timeout for ib bar data to 20 secods
1 parent 835ad3d commit 30d512c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysbrokers/IB/client/ib_price_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from sysobjects.contracts import futuresContract
2525
from sysexecution.trade_qty import tradeQuantity
2626

27-
TIMEOUT_SECONDS_ON_HISTORICAL_DATA = 10
27+
TIMEOUT_SECONDS_ON_HISTORICAL_DATA = 20
2828

2929

3030
class tickerWithBS(object):

0 commit comments

Comments
 (0)