Merge branch 'new_world_order' of github.com:quantopian/zipline into new_world_order

This commit is contained in:
scottsanderson
2012-08-07 21:47:21 -04:00
+4
View File
@@ -66,6 +66,10 @@ def merge_one(sources):
# Merge any remaining fields into the event dict.
event_fields.merge(message)
# alias dt with datetime, per algoscript api
event_fields['datetime'] = event_fields['dt']
return event_fields