Whenever I try to sell a holding in T1 I get the following error
please note- Im able to sell from the mobile app
{'s': 'error', 'code': -99, 'message': 'RED:RULE:{Check Holdings Including BTST except t2t}No Holdings uploaded for C-XR35615 [FYERS_RISK_CUG]', 'id': ''}
the code Im using
symbol = 'NSE:PAYTM-EQ'
data = {
"symbol":symbol,
"qty":15,
"type":2,
"side":-1,
"productType":"CNC",
"limitPrice":0,
"stopPrice":0,
"validity":"DAY",
"disclosedQty":0,
"offlineOrder":"False",
}
response = fyers.place_order(data=data)
print(response)
please help,