Skip to main content

ApplyPaperFillsArgs

Arguments for ApplyPaperFills.

FieldTypeRequiredNullableDefaultDescription
IdempotencyKeystrYesNoClient-provided idempotency key used to de-duplicate requests and enable safe retries.
BrokerAccountIdstrYesNoTarget paper broker account id to apply fills to.
ExecPlanIdintYesNoLive execution plan id to apply paper fills for.
QtyMultiplierDecimalYesYesQuantity 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.
PaperLegFillslist[PaperLegFill]YesNoPer-leg paper fills; each fill carries an explicit execution-plan leg id.