Read the code carefully
# trades at 10:00:00, 10:00:05, 10:00:10
# quotes at 09:59:50 (99.5), 10:00:03 (101.5), 10:00:08 (100.5)
# direction='backward': pick latest quote ≤ trade time
print([99.5, 101.5, 100.5])
What will the program print? Write here: