We are checking on the issue and will inform you once there is any update. Be assured that it will be resolved, and we will try our best to ensure that it does not happen again.
I am getting the following error
[2023-08-30 21:26:27,825] {root:127} ERROR - Error : {“status”:500,“message”:“Unexpected Error”,“error_code”:“PM_OPEN_API_500”}]
while invoking the below function
res = self.__pm.place_order(txn_type=‘B’,
exchange=“NSE”,
segment=“E”,
product=“C”,
security_id=“13147”,
quantity=1,
validity=“DAY”,
order_type=‘LMT’,
price=1800,
source=“N”,
off_mkt_flag=True,
trigger_price=1790)