You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add function that executes trades made by student accounts. The trades will be seen as "pending" by student user and not "completed" until the end of the day when all trades will be finalized.
Things out of Scope
Adding API is not part of this issue.
Things to Consider
Stock is bought at the price at the the time of trade and API change should not be taken into account.
Criteria for Completion
When a Student purchases stock, it will initiate a trade.
Trade will be listed as "pending" until end of day.
At end of day, "pending" trade will convert to "completed trade."
This feature should only be available to student users.
Add an automated test proving that it works
The text was updated successfully, but these errors were encountered:
Summary
Add function that executes trades made by student accounts. The trades will be seen as "pending" by student user and not "completed" until the end of the day when all trades will be finalized.
Things out of Scope
Adding API is not part of this issue.
Things to Consider
Stock is bought at the price at the the time of trade and API change should not be taken into account.
Criteria for Completion
The text was updated successfully, but these errors were encountered: