AutoUpdateVarsAdjustmentCompletedEvent
Auto-update-vars adjustment completed event.
| Field | Type | Required | Nullable | Default | Description |
|---|---|---|---|---|---|
EventId | UUID | No | No | Stable unique identifier for this event instance. | |
EventSeqId | int | No | No | Server-assigned event sequence id used for ordering and replay/history APIs. | |
EventTime | datetime | Yes | No | UTC timestamp when the event occurred on the server. | |
JobId | str | Yes | No | Job id for the adjustment workflow. | |
StrategyId | int | Yes | No | Live strategy id the workflow belongs to. | |
StrategyName | str | Yes | No | Strategy name at the time of the event. | |
PositionId | int | Yes | No | Live position id the workflow applies to. | |
PositionName | str | Yes | No | Position name at the time of the event. | |
BrokerAccountId | str | No | Yes | Broker account id associated with the workflow (if available). | |
Condition | str | Yes | No | Condition identifier/expression used for selecting and validating the adjustment. | |
UpdatedVars | dict[str, Decimal] | Yes | No | Variables updated by the workflow (var name → new value). |