GTT orders are failing
-
Hi @admin ,
On call to smartApi.gttModifyRule() method with payload={'id': '8405808', 'symboltoken': '505283', 'exchange': 'BSE', 'price': '1623.80', 'triggerprice': '1631.95', 'qty': '3'}Getting Error:
python3.9/site-packages/SmartApi/smartConnect.py", line 430, in gttModifyRule
return modifyGttRuleResponse['data']['id']
KeyError: 'data'Getting this error from past few days. Same code was working fine before. Please check once?