Do we have any documentation for partially filled orders. I saw in the forum that we need to compare the filledshares with quantity to ascertain that.
What happens if we want to cancel the remaining order. Do we need to cancel with the same order id. In that case should the order be divided into 2. One with the purchased quantity and the other with the unfulfilled shares cancelled.

Posts made by rishi
-
Partially Filled Orders
-
RE: smartConnect error
@rishi Would you be updating this change in Github?
-
RE: smartConnect error
@rishi As mentioned by garry I changed the url to
https://checkip.amazonaws.com/
and it works. -
RE: smartConnect error
@admin When can we expect the problem to be resolved. This is the second day without any trade
-
smartConnect error
My software has been working for more than 2 months now.
But today I got this error and not able to connect with server.
I WAS NOT ABLE TO TRADE TODAYsun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed
exception createPostRequest
null
Exception Errors - Parameter specified as non-null is null: method okhttp3.OkHttpClient.newCall, parameter request -
RE: Total Bid and Ask Quantity
@admin Can we get this through Web Socket Streaming ?
-
Total Bid and Ask Quantity
Which api is used to get the current Total Bid and Ask Quantity?
-
RE: The orderBook() function is not working.
I also faced the same problem today of 'Get Order Book' returning NO data.
-
Modify & Cancel Order
How do we determine the success/failure of this api and of cancel order.
The modify order API returns the following :
{
"data": {
"orderid": "xyz"
},
"message": "SUCCESS",
"errorcode": "",
"status": true
} -
getLTP error messages meaning
I get these 3 types of error messages while calling getLTP.
What do they imply -- closed
- Read timed out
- null
-
RE: Websocket/Ticker issue
@admin Please let me know when this is fixed.
Regards. -
RE: Not able to place order
@admin I was able to fix the issue. There was some parameter mismatch on my side.
Sorry for the trouble.
Regards.
-
RE: Not able to place order
@rishi
@admin I am not able to place order. Getting Response Code 400
Response{protocol=http/1.1, code=400, message=, url=https://apiconnect.angelbroking.com/rest/secure/angelbroking/order/v1/placeOrder}
Tried with different values of params
{"duration":"DAY","quantity":1,"variety":"NORMAL","squareoff":"0","stoploss":"0","price":70,"tradingsymbol":"BHEL-EQ","exchange":"NSE","transactiontype":"Buy","symboltoken":"438","ordertype":"LIMIT","producttype":"INTRADAY"}Please resolve and let me know soon.