The minimal broker write interface the OrderEngine drives: place / modify / cancel. OpenAlgoTradeFeed implements this. Distinct from the base-tier TradeFeed (a higher-level place + subscribe shape in openalgo-charts): implement OrderFeed for the engine's write path.

Implements

Constructors

Methods

  • Parameters

    • orderId: string
    • patch: { price?: number; qty?: number; triggerPrice?: number }

    Returns Promise<void>