@Moderator_2
Client code is S982956
May I know your email? I can share orderbook response json as well.
AB Trader
@mangeshraut27
Best posts made by mangeshraut27
-
RE: Multiple orders missing in orderbook API response
Latest posts made by mangeshraut27
-
RE: Multiple orders missing in orderbook API response
@Moderator_2 I tried executing angelbroking order API in postman and orders were missing there too. Hence it will not be related to local code.
However I can suggest the scenario.- Place order of any stock (not index).
- Call Orderbook api, all orders will be returned.
- Place order for NiftyReality. There wont be any error in order placement.
- After this place any other order (not index)
- Check orderlist response.
- Orders placed after NiftyReality wont be returned in orderbook. only previous orders will be returned.
Issue is resolved now as Orderbook API returns order of current day. But on 2nd Feb I faced this issue.
NiftyReality order was placed on 2nd Feb at 12:03pm -
RE: Multiple orders missing in orderbook API response
@Moderator_2
Client code is S982956
May I know your email? I can share orderbook response json as well. -
Multiple orders missing in orderbook API response
Multiple orders missing in orderbook API response.
Sample OrderID: 240202001244317 , 240202001253553I had placed test order for NiftyReality and after this I faced this issue. I am not able to fetch any new order details after this.
-
RE: Getting error in placing limit order
@Moderator_2 said in Getting error in placing limit order:
Apologies for delayed response.
Kindly share us the client code and header passed to analyze on this issue.Thanks & Regards,
SmartAPI teamI have found resolution on this. I was using omitempty tag in golang which was causing this issue.
To all those who are facing this issue in Golang, do not use omitempty in struct tag -
RE: Only pre-authoirsed delivery sell orders will be executed through SmartAPI for Non-POA clients
This link might be useful if you are looking to activate DDPI online (POA process is now replaced by DDPI) : https://www.angelone.in/support/your-account/profile-details#viewandupdateprofile-13
Details mentioned under 'How can I activate POA?' Section -
Getting error in placing limit order
I am trying to place limit order and getting below error.
@admin any help will be highly appreciated.Request :
{
"variety": "NORMAL",
"tradingsymbol": "TATASTEEL-EQ",
"symboltoken": "3499",
"transactiontype": "BUY",
"exchange": "NSE",
"ordertype": "LIMIT",
"producttype": "DELIVERY",
"duration": "DAY",
"price": "130.30",
"triggerprice": "0",
"squareoff": "0",
"stoploss": "0",
"trailingStopLoss": "0",
"quantity": "1",
"disclosedquantity": "1",
"ordertag": "test"
}Response:
{"status":false,"message":"INVALID PARAMETERS","errorcode":"AB1007","data":{"script":"TATASTEEL-EQ","orderid":null,"uniqueorderid":"fb3cf78b-86d7-4ece-afda-a465da17d0e3"}} -
RE: Please enumerate the Order status in com.angelbroking.smartapi.utils.Constants
@bhavesh78patil said in Please enumerate the Order status in com.angelbroking.smartapi.utils.Constants:
Hi, Please share this with me too [order status list with meaning]
Hi, Please share this with me too [order status list with meaning] : mangeshraut2772@gmail.com
-
ltt is NA when subscribed token 26000(NIFTY) and 26009(BANKNIFTY)
Hi Team,
I am using GO library. Can you share how can I fetch ticks for NIFTY and BANKNIFTY?
I have added their tokens in feed token but received ltt as NA for this.
how can I determine tick time for these tokens?
Also, data received for these token contains name: sf. how can I get correct data for these tokens? -
Login Id or password is invalid
Hi Team,
I am unable to login using SmartAPI.
yesterday I was facing error stating User is blocked, I had raised support ticket and now seems that issue is resolved but now I am facing new error stating "Login Id or password is invalid".
Need to fix this issue, any suggestions?Thanks