EntrySignalEvent
Entry signal event for a strategy.
| 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 | Entry signal state (On/Off). | |
StrategyId | int | Yes | No | Live strategy id this signal belongs to. | |
StrategyName | str | Yes | No | Strategy name at the time of the event. | |
BrokerAccountId | str | Yes | No | Broker account id this signal is associated with. | |
EntrySignalResult | EntrySignalsResult | No | Yes | Optional detailed evaluation results for entry checks (may be null if not included). |