Open ishanthilina opened 11 years ago
StockTradingData class has the method,
public HashMap<Date, HashMap<TradingDataAttribute, Float>> getTradingData();
If two events have the same time stamp, they could be lost.
I know that we should not go in to that much resolution at the moment. But documenting this for the future references.
yes, That's why I pushed #9 to v2.0. this is the primary concern of that. Addressing this will change the current schema.
push to version 2.0
StockTradingData class has the method,
If two events have the same time stamp, they could be lost.
I know that we should not go in to that much resolution at the moment. But documenting this for the future references.