investovator / investovator-core

core features of investovator
GNU General Public License v3.0
0 stars 1 forks source link

Ticker events could be lost in the StockTradingData class #10

Open ishanthilina opened 11 years ago

ishanthilina commented 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.

rajithsiriwardana commented 11 years ago

yes, That's why I pushed #9 to v2.0. this is the primary concern of that. Addressing this will change the current schema.

rajithsiriwardana commented 11 years ago

push to version 2.0