hasakura511 / multi-tsdp-v2

Trading System Game v2
0 stars 0 forks source link

Fetching quotes data from Interactive Brokers #1

Open lswierszcz-reef opened 6 years ago

lswierszcz-reef commented 6 years ago

Create a Celery task which will download latest daily quotes data from IB.

I've created a Instrument model in quotes application with subscribed boolean field. Use this to get list of all subscribed instrument.

Native IB API is a total disaster. We'll use this: https://pypi.python.org/pypi/swigibpy/0.4.1

ghost commented 6 years ago

The client and wrapper have been implemented at first stage Commited to fetching_quotes_from_IB branch