mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-13 12:00:16 +08:00
Merge branch 'new_world_order' of github.com:quantopian/zipline into new_world_order
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user