Remove all namedicts.

This commit is contained in:
Stephen Diehl
2012-05-14 11:35:43 -04:00
parent f8401dc88e
commit e04415e63f
13 changed files with 58 additions and 60 deletions
+1 -1
View File
@@ -547,7 +547,7 @@ shares in position"
#create a transaction for all but
#first trade in each sid, to simulate None transaction
if(event.dt != self.trading_environment.period_start):
txn = zp.namedict({
txn = zp.ndict({
'sid' : event.sid,
'amount' : -25,
'dt' : event.dt,