Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creack/ibweb
An Interactive Broker web viewer in python
https://github.com/creack/ibweb
Last synced: about 1 month ago
JSON representation
An Interactive Broker web viewer in python
- Host: GitHub
- URL: https://github.com/creack/ibweb
- Owner: creack
- Created: 2013-01-24T17:03:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-26T02:46:22.000Z (almost 12 years ago)
- Last Synced: 2024-05-08T17:48:08.614Z (8 months ago)
- Language: Python
- Size: 172 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ibweb
=====An Interactive Broker web viewer in python
For the moment, it use mongodb with pymongo (http://api.mongodb.org/python/current/).
In the future, I'll maybe implement a database abstraction.IbPy
-----
It is base on IbPy library (http://code.google.com/p/ibpy) which is basicaly a java2python translation.
As the library is not maintained anymore, I applied a couple of patch to the latest stable version.
You will find this patched version in ./ibpy. To install the library, simply do "python setup.py install" (as root)Modifications:
- ib.ext.Contract.Contract.__eq fix (Raised exception when no comboleg defined)
- ib.ext.Contract fix, Error not defined
- ib.ext.EClientSocket.py fix, crashed on TWS disconnect
- Add missing TickType in ib.ext.TickType.TickType
- Some small fixes