LivePosition
Summary view of a live position (legs and detailed market data are returned by GetPosition).
| Field | Type | Required | Nullable | Default | Description |
|---|---|---|---|---|---|
Id | int | Yes | No | Live position id. | |
State | LivePositionState | Yes | No | Current position state. | |
CreatedAt | datetime | Yes | No | UTC timestamp when the position was created. | |
ClosedAt | datetime | Yes | Yes | UTC timestamp when the position was closed, or null if still open. | |
Name | str | Yes | No | User-facing position name. | |
BrokerAccountId | str | Yes | No | Broker account id that owns this position. | |
LiveStrategyId | int | Yes | No | Live strategy id associated with this position. | |
StrategyName | str | Yes | No | Strategy name at the time the position snapshot was generated. | |
QtyMultiplier | Decimal | No | Yes | Optional quantity multiplier used by some execution flows to scale leg quantities. |