UnusualAlpha / ib-gateway-docker

Docker image with IB Gateway and IBC
MIT License
231 stars 93 forks source link

Please update config.ini.tmpl file to add the latest features of IBC 3.16.0 #81

Open dyus1983 opened 1 year ago

dyus1983 commented 1 year ago

Describe the bug The config.ini.tmpl file in the 'latest' channel does not correspond to the config.ini of IBC 3.16.0. In particular, the config.ini.tmpl does not contain such variables as 'AutoLogoffTime=' and 'AutoRestartTime='.

To Reproduce Please, I kindly ask you to update the config.ini.tmpl to match the config.ini of IBC 3.16.0 in terms of variables so that all the new features of IBC 3.16.0 can be used. Many thanks!

Additional context Great project, thank you!

gnzsnz commented 1 year ago

I have created pull request 97 that includes support for IBC 3.18, that should solve this issue.

FYI, in the meantime you can use https://github.com/gnzsnz/ib-gateway-docker I have merged all changes and build up-to-date images there.