minor protocol change

This commit is contained in:
scottsanderson
2012-08-10 01:18:55 -04:00
parent 7bb4e754b0
commit 4bfbaa8c26
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -105,7 +105,8 @@ class StatefulTransform(object):
# FORWARDER flag means we want to keep all original
# values, plus append tnfm_id and tnfm_value. Used for
# preserving the original event fields when our output
# will be fed into a merge.
# will be fed into a merge. Currently only Passthrough
# uses this flag.
if self.forward_all:
out_message = message_copy
out_message.tnfm_id = self.namestring
+1 -1
View File
@@ -658,7 +658,7 @@ def tuple_to_date(date_tuple):
# message with its type.
DATASOURCE_TYPE = Enum(
'AS_TRADED_EQUITY',
'MERGE',
'MERGER',
'SPLIT',
'DIVIDEND',
'TRADE',