Source: src/components/ScheduleOrderDataTable.tsx Displayed inside option (and related) order pages for trailing sell and scheduled exit management.

Data source

Service: Schedule order service

Socket refresh

Backend orderEmitter fires scheduleOrderPlaced → socket manager emits:
Table refetches when this event is received for the active index.

Typical columns

  • Index name, CALL/PUT side
  • Strike, quantity
  • Trailing parameters (sell duration, target)
  • Status, parent order reference
  • Edit/cancel actions

User actions

Row actions call updateScheduleOrderData to:
  • Adjust trailing parameters
  • Mark cancelled
  • Update sell state after manual intervention