ExitSignalEvent
Exit 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 | Exit 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 exit 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). | |
ExitSignalResult | ExitSignalsResult | No | Yes | Optional detailed evaluation results for exit checks (may be null if not included). |