Multi user order placement
-
Dear admin,
I am trying to place the same order for multiple clients at once. However, the login flow for each client takes about 0.8 seconds, so as the number of clients increase, this 0.8 seconds of delay for each clients adds up to a big number.
I'd like to know is there a feasible multiuser order placement gateway?
For instance, this is how I am able to place orders for multiple clients right now:
iterate through a list of client credentials
- generate smart api session for each client
- place order for each client (clientapi, symbol, transaction)
end loopCan someone guide me with a more efficient way to place multiuser orders?
Thank you,
Bharath Raj M -
This post is deleted! - topic:timeago_earlier,26 days
-
One can do the login and other stuff at beginning and keep the trading object for each user in a dictionary and use threads to submit them in parallel.
but as per SEBI one can not do this unless they have some certification and approval from them.
-
@admin i also want to know about this. might be helpful to mention here for the benefit of all.
i am also doing login, then place orders and then logout.
this will create unnecessary load on your servers also.
-
Hi @Bharath-Raj-M Kinldy mail us all your queries regarding the order placement for mutiple clients at api@angelbroking.com.
-
@admin Dear admin, can you be kind enough to tell me why we cant place orders for multiple clients?
Am I missing something?
Could you please guide me to the correct sources as well? - topic:timeago_earlier,26 days
-
HI @Bharath-Raj-M You are not allowed to place orders for all of your clients from your end using SmartAPI