OstiumTradingCallbacks::executeAutomationOpenOrderCallback() reverts if it can not find the openLimitOrder
Description
OstiumTradingCallbacks::executeAutomationOpenOrderCallback() fetches the openLimitOrder before checking for its existence, which will end up reverting if it does not exist, not finishing execution.
Recommendation
Check the existence of the limit order before fetching it.
Status