We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
yes, That's why I pushed #9 to v2.0. this is the primary concern of that. Addressing this will change the current schema.
Sorry, something went wrong.
push to version 2.0
rajithsiriwardana
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: