removed the commented out line that was setting the source id. parent class ensures id is set.

This commit is contained in:
fawce
2012-03-04 11:59:15 -05:00
parent 1cd66a091d
commit 53b4876a19
-1
View File
@@ -49,7 +49,6 @@ class RandomEquityTrades(TradeDataSource):
volume = random.randrange(100,10000,100)
event = zp.namedict({
#'source_id' : self.get_id,
"type" : zp.DATASOURCE_TYPE.TRADE,
"sid" : self.sid,
"price" : self.price,