AdjustmentSignalEvent
Adjustment signal event for a position.
| 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. | |
State | SignalState | Yes | No | Adjustment signal state (On/Off). | |
StrategyId | int | Yes | No | Live strategy id this position belongs to. | |
StrategyName | str | Yes | No | Strategy name at the time of the event. | |
PositionId | int | Yes | No | Live position id this adjustment signal applies to. | |
PositionName | str | Yes | No | Position name at the time of the event. | |
BrokerAccountId | str | No | Yes | Broker account id this position belongs to (may be null in some contexts). | |
AdjustmentTimeOk | bool | Yes | No | Whether the adjustment timing window is satisfied. | |
Condition | ConditionEvaluation | Yes | No | Condition evaluation that triggered/represents this adjustment signal. |