Source: src/services/rucurringOrder.service.tsx
The module filename is spelled rucurringOrder.service.tsx (typo preserved in the codebase).

Function

Usage

User dashboard manual recurring buy:
Triggers backend recurring-buy logic for the given index and option side without waiting for automated tick conditions.

Backend behavior

The recurring order controller evaluates index settings (isCallRecurringBuy, isPutRecurringBuy, durations, limits) and may place orders through the Zerodha placement path. See Platform: Recurring buy and Backend trading.