Merge pull request #738 from grundgruen/asset_ts_bug

BUG: missing comma in _asset_timestamp_fields
This commit is contained in:
James Kirk
2015-10-01 09:25:49 -04:00
+1 -1
View File
@@ -56,7 +56,7 @@ _asset_str_fields = frozenset({
_asset_timestamp_fields = frozenset({
'start_date',
'end_date',
'first_traded'
'first_traded',
'notice_date',
'expiration_date',
'auto_close_date',