Websocket Order Status
-
@admin
Websocket Order Status is not working, I am not receiving any update when I place order in my angel account -
@anujsanklecha I have used this feature in python api api and its working for me
Check here ..If you are still interested in it ;-) -
@rajbahadur @admin Any update on this?
-
@admin Here is my code
//register websocket smartWebsocket = new SmartWebsocket(AngelBrokingConstant.CLIENT_ID, user.getAccessToken(), AngelBrokingConstant.API_KEY, "subscribe", "order_feed"); smartWebsocket.setOnTickerArrivalListener(this); smartWebsocket.setOnDisconnectedListener(this); smartWebsocket.setOnConnectedListener(this); smartWebsocket.connect();
/// AND
@Override public void onTicks(JSONArray jsonArray) { System.out.println(" On Ticks " + jsonArray); } @Override public void onConnected() { System.out.println("Web:socket connected."); smartWebsocket.runscript(); System.out.println("WS connection is " + this.smartWebsocket.isConnectionOpen()); } @Override public void onDisconnected() { System.out.println("Web:socket is disconnected."); }
-
HI @rajbahadur said in Websocket Order Status:
@admin Does Websocket Order Status API in Java work? I am able to successfully subscribe to the order feed but do not get any callback/update when I place the order.
Please post your piece of code.
-
@admin Does Websocket Order Status API in Java work? I am able to successfully subscribe to the order feed but do not get any callback/update when I place the order.
-
HI @anujsanklecha Currently we dont have any sample code in python we will add it for the reference.You can go through the below doc.
https://smartapi.angelbroking.com/docs/WebSocketOrderStatus -
@admin I am trying to check my order update through websocket can not get status any sample python code or anything available?
-
Hi @anujsanklecha said in Websocket Order Status:
Websocket Order Status is not working, I am not receiving any update when I place order in my angel account
This has been fixed.
-
@admin any update regarding this or just give us webhooks so we can manage order status update.
-
HI@anujsanklecha we will update you on this in 2 3 days.
-
@admin Is there any update on this, I am waiting for this to be completed as my platform is not working properly.
-
HI @anujsanklecha Currently we are working on it.
-
This post is deleted! -
Hi @anujsanklecha Post your client id here.