PositionAdjustmentPreparationCompletedEvent
Prepare-adjustment job 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 returned by StartPreparePositionAdjustment. | |
StrategyId | int | Yes | No | Live strategy id the adjustment preparation belongs to. | |
StrategyName | str | Yes | No | Strategy name at the time of the event. | |
BrokerAccountId | str | No | Yes | Broker account id associated with the job (if available). | |
Result | PreparePositionAdjustmentResult | Yes | No | Successful prepare-adjustment result payload. |