For next week, while trading hours is running (~9:45am - 4:00pm), confirm how the largest-trades endpoint behaves on the following:
- How it orders the list? From largest trades to lower?
- How many elements are displayed on this list?
- Is it indeed a list or just shows the largest trade for that day? (If that is just one, the IEX documentation is wrong since it shows an array list)
- If it returns a list of elements indeed, fix tests and review our code to make sure it handles multiple trades;
cc: @dblock @gil27
For next week, while trading hours is running (~9:45am - 4:00pm), confirm how the
largest-tradesendpoint behaves on the following:cc: @dblock @gil27