LiveStrategy
Live strategy metadata and definition.
| Field | Type | Required | Nullable | Default | Description |
|---|---|---|---|---|---|
Id | int | Yes | No | Live strategy id. | |
Name | str | Yes | No | User-facing strategy name. | |
Description | str | Yes | No | User-facing strategy description. | |
BacktestId | str | Yes | No | Backtest identifier used for traceability (as produced by MesoSim tooling). | |
MesoSimInstance | str | Yes | No | MesoSim instance identifier where the strategy definition originated. | |
StrategyDefinition | dict[str, Any] | Yes | No | Strategy Definition payload. | |
ActiveOnAccounts | list[str] | Yes | No | Broker account ids where this strategy is active/enabled. | |
CreatedAt | datetime | Yes | No | UTC timestamp when the strategy was created. |