More than 5 orders in a second

vijayinvites
Hi,

I have read about the order limits per second here: https://kite.trade/forum/discussion/2354/what-are-the-limits-of-kite-api

However I would like to ask this again, if these limits are still in place?

Also, what kind of error will I get If I send more than 5 orders in a second something like this in a for loop

for(int i=0;i<6;i++)
{
kite.PlaceOrder(
Exchange: Constants.EXCHANGE_NFO,
TradingSymbol: tradingSymbol,
TransactionType: transactionType,
Quantity: quantity,
Product: Constants.PRODUCT_MIS,
OrderType: Constants.ORDER_TYPE_MARKET);
}
Sign In or Register to comment.