for modify order I am writing payload as jData = {"tk":token, "mp":"0", "pc":"NRML", "dd":"NA", "dq":"0", "vd":"DAY", "ts":tradingsymbol, "tt":"S", "pr":price, "tp":"0", "qt":quantity, "no":order_id, "es":"nse_fo", "pt":"MKT"} but Order is not being executed. Status is {"stat": "Not_Ok","stCode":5202,"errMsg": "Error: Invalid Request"} Could you please help me in this regard?
I ran the code, Order punched after market shows "ordSt":"rejected" but "stat":"Ok" . How come?
for modify order I am writing payload as jData = {"tk":token, "mp":"0", "pc":"NRML", "dd":"NA", "dq":"0", "vd":"DAY", "ts":tradingsymbol, "tt":"S", "pr":price, "tp":"0", "qt":quantity,
"no":order_id, "es":"nse_fo", "pt":"MKT"} but Order is not being executed.
Status is {"stat": "Not_Ok","stCode":5202,"errMsg": "Error: Invalid Request"}
Could you please help me in this regard?
really helpful..Thank you...
Nice Video Thanks.. It was helpful.. :)
Hi I m getting error 10020 in place order, can you please help on this?
did you solve this? i am facing the same issue
@@bhaveshshriavstav1207 for placing order use the auth token generated from the login API response
@@bhaveshshriavstav1207 for place order api, use the auth token taken generated from login api.
Where do i see terminal and postman apps, please help me here
If using windows - use command prompt and if using mac - search for terminal in mac. Postman, just google it and download
Good one !