Removes unused kwarg btrid to create_txn.

This commit is contained in:
Eddie Hebert
2012-10-09 14:16:48 -04:00
parent 9500163ed8
commit d98190daf7
+1 -1
View File
@@ -120,7 +120,7 @@ def create_trade_history(sid, prices, amounts, interval, trading_calendar):
return trades
def create_txn(sid, price, amount, datetime, btrid=None):
def create_txn(sid, price, amount, datetime):
txn = ndict({
'sid': sid,
'amount': amount,