algo triggered the order but it failed to be placed. I was passing instrument code in tradingsymbol inside the place_order method. Was that the mistake for the failure of the order?
Why failed message didn't appear? instead python triggered builtins.AttributeError: 'InputException' object has no attribute 'message'
You need to pass a trading symbol as mentioned in this instrument dump to place orde instead of instrument code.
Check this documentation for all order placement params.