Python SDK Missing - On_order_update Callback function


  • Dear Angel Broking API Team,

    I am writing to inquire about the availability of an On_Order_Update callback function for the Python SDK. I noticed that Zerodha provides this feature, and I believe it would be a valuable addition to the Angel Broking API as well.

    As a user of the Angel Broking API, I would greatly appreciate the ability to receive real-time updates on the status of my orders. The On_Order_Update callback function would allow me to do so in a timely and efficient manner, making it easier for me to manage my investments and trades.

    I understand that implementing this feature may take some time and effort on your part, but I believe it would be a valuable addition to your API and would greatly benefit your users. Please let me know if this is something that you would consider implementing, and if so, when we might expect to see it become available.

    Thank you for your attention to this matter. I look forward to hearing back from you.

    Sincerely,
    Shivdas


  • @Mnagesh Hi Mangesh, I think they are asking whether a order status websocket is possible to be created using smart-api. I too have a similar requirement. Your inputs will be appreciated.


  • @shivdasb1996

    you can check :
    Get Order Book
    or
    Get Trade Book

    and check for order executed as well as order rejected


  • @Mnagesh
    I think websocket would be clean & fast
    as i can go for multithreading


  • @shivdasb1996

    check : Place Order Response
    you will get details


  • @Mnagesh
    I am building an algo were i punch around 4 orders per leg (6 legs, NIFTY,BN,FIN combined) instantly.

    I would like to retry the rejected order at the exact same time.
    Dont want to wait for 1 second.
    I want algo to handle rejection instantly.


  • @shivdasb1996 May I know your exact requirement