ApplyPaperFillsArgs
Arguments for ApplyPaperFills.
| Field | Type | Required | Nullable | Default | Description |
|---|---|---|---|---|---|
IdempotencyKey | str | Yes | No | Client-provided idempotency key used to de-duplicate requests and enable safe retries. | |
BrokerAccountId | str | Yes | No | Target paper broker account id to apply fills to. | |
ExecPlanId | int | Yes | No | Live execution plan id to apply paper fills for. | |
QtyMultiplier | Decimal | Yes | Yes | Quantity multiplier for AddPosition/AddLegs paper fills. Positive and required for entry/add-leg plans; it may override the prepared multiplier only before execution starts, then must match the locked multiplier. Must be null for exits, removals, and moves. | |
PaperLegFills | list[PaperLegFill] | Yes | No | Per-leg paper fills; each fill carries an explicit execution-plan leg id. |