Skip to content

Instantly share code, notes, and snippets.

View QuantTraderEd's full-sized avatar
🤔
Let me think..

QuantTraderEd

🤔
Let me think..
View GitHub Profile
@QuantTraderEd
QuantTraderEd / IBPy_Test1
Created September 28, 2014 10:47
IBPy_Test1
# -*- coding: utf-8 -*-
"""
Created on Sun Sep 28 18:48:04 2014
@author: assa
"""
from ib.opt import Connection, message
from ib.ext.Contract import Contract
from ib.ext.Order import Order
# -*- coding: utf-8 -*-
"""
Created on Wed Nov 26 13:35:55 2014
@author: assa
"""
import time
import numpy as np
import pandas as pd