GetExecutionPlanFillStateResult
Fill-state snapshot for an execution plan prepared through the Control Hub endpoint.
| Field | Type | Required | Nullable | Default | Description |
|---|---|---|---|---|---|
ExecPlanId | int | Yes | No | Live execution plan id. | |
IsComplete | bool | Yes | No | True when all non-marker execution-plan legs are fully filled and every broker execution for the plan was attributed to an execution-plan leg. | |
Legs | list[ExecPlanLegFillState] | Yes | No | Per-leg fill progress. | |
Groups | list[LegGroupOrderState] | Yes | No | Per-group order and fill progress. |