Thank you. Meanwhile I installed 1.54, but there is still an issue.

Whereas
Code:
int i = contractUpdate ("ES",1,FUTURE);


returns 9 contracts for the S&P 500 E-Mini future, and the IB TWS log file plausibly says
Code:
10:26:54:545 -> 8-1-10:25-
10:26:54:545 -> 54-1-DU<account>-
10:26:54:549 <- 9-7-3-0-ES-FUT--0----USD---0---
10:26:54:742 -> 10-8-3-ES-FUT-20170317-0--GLOBEX-USD-ESH7-ES-ES-215465490-0.25-50-ACTIVETIM,ADJUST,ALERT,ALGO,ALLOC,AVGCOST,BASKET,COND,CONDORDER,DAY,DEACT,DEACTDIS,DEACTEOD,GAT,GTC,GTD,GTT,HID,ICE,IOC,LIT,LMT,LTH,MIT,MKT,MTL,NGCOMB,NONALGO,OCA,PEGBENCH,SCALE,SCALERST,SNAPMID,SNAPMKT,SNAPREL,STP,STPLMT,TRAIL,TRAILLIT,TRAILLMT,TRAILMIT,WHATIF-GLOBEX-1-11004968-E-mini S&P 500--201703----CST-20170308:1700-1515,1530-1600;20170309:1700-1515,1530-1600-20170308:0830-1515,1530-1600;20170309:0830-1515,1530-1600---0-


and so on, I cannot get the contracts of the Eurex Dax Future. In TWS your enter the symbol "DAX", then choose "Future", then select an expiry month. I do have live ticks for it.

When I run in Zorro
Code:
i = contractUpdate ("DAX",1,FUTURE);


it finds zero contracts, and the IB TWS logs show an error:
Code:
10:03:09:224 -> 8-1-10:01-
10:03:09:224 -> 54-1-DU<account>-
10:03:09:224 <- 9-7-2-0-DAX-FUT--0----USD---0---
10:03:09:464 -> 4-2-2-200-No security definition has been found for the request-
10:03:16:668 -> 4-2--1-2108-Market data farm connection is inactive but should be available upon demand.cashfarm-


Why does it say "USD" for the Dax Future? It ought to be "EUR". Where can I set the currency so that Zorro asks TWS for the right contract?

Thanks for your help. Kind regards,

Gloria