Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ticker events could be lost in the StockTradingData class #10

Open
ishanthilina opened this issue Oct 18, 2013 · 2 comments
Open

Ticker events could be lost in the StockTradingData class #10

ishanthilina opened this issue Oct 18, 2013 · 2 comments
Assignees

Comments

@ishanthilina
Copy link
Member

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
Copy link
Member

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
Copy link
Member

push to version 2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants