OstiumTrading::canExecute() should also be checked in OstiumTradesUpKeep::checkCallback()
Description
Orders in OstiumTrading::executeAutomationOrder() will not execute if they are in the timeout period.
This same check should exist in OstiumTradesUpKeep::checkCallback() to ensure that non executable orders are added to tradesToTrigger.
Recommendation
Add the timeout check to OstiumTradesUpKeep::checkCallback().
Status
Addressed in #20d8cee.